Searched refs:msi_group (Results 1 – 1 of 1) sorted by relevance
386 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_alloc() local392 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_alloc()393 if (!msi_group->gic_irq) in xgene_msi_hwirq_alloc()396 irq_set_chained_handler(msi_group->gic_irq, in xgene_msi_hwirq_alloc()398 err = irq_set_handler_data(msi_group->gic_irq, msi_group); in xgene_msi_hwirq_alloc()411 err = irq_set_affinity(msi_group->gic_irq, mask); in xgene_msi_hwirq_alloc()421 irq_set_chained_handler_and_data(msi_group->gic_irq, in xgene_msi_hwirq_alloc()433 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_free() local437 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_free()438 if (!msi_group->gic_irq) in xgene_msi_hwirq_free()[all …]