Searched refs:msi_group (Results 1 – 1 of 1) sorted by relevance
377 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_alloc() local383 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_alloc()384 if (!msi_group->gic_irq) in xgene_msi_hwirq_alloc()387 irq_set_chained_handler_and_data(msi_group->gic_irq, in xgene_msi_hwirq_alloc()388 xgene_msi_isr, msi_group); in xgene_msi_hwirq_alloc()398 err = irq_set_affinity(msi_group->gic_irq, mask); in xgene_msi_hwirq_alloc()408 irq_set_chained_handler_and_data(msi_group->gic_irq, in xgene_msi_hwirq_alloc()420 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_free() local424 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_free()425 if (!msi_group->gic_irq) in xgene_msi_hwirq_free()[all …]