Home
last modified time | relevance | path

Searched refs:msi_groups (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pci/controller/
H A Dpci-xgene-msi.c40 struct xgene_msi_group *msi_groups; member
278 xgene_msi->msi_groups = kcalloc(NR_HW_IRQS, in xgene_msi_init_allocator()
281 if (!xgene_msi->msi_groups) in xgene_msi_init_allocator()
290 struct xgene_msi_group *msi_groups; in xgene_msi_isr() local
297 msi_groups = irq_desc_get_handler_data(desc); in xgene_msi_isr()
298 xgene_msi = msi_groups->msi; in xgene_msi_isr()
299 msi_grp = msi_groups->msi_grp; in xgene_msi_isr()
359 kfree(msi->msi_groups); in xgene_msi_remove()
376 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_alloc()
417 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_free()
[all …]