Searched refs:msi_groups (Results 1 – 1 of 1) sorted by relevance
40 struct xgene_msi_group *msi_groups; member278 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() local297 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 …]