Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
A Dpci-xgene-msi.c374 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_alloc() local
380 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_alloc()
381 if (!msi_group->gic_irq) in xgene_msi_hwirq_alloc()
384 irq_set_chained_handler_and_data(msi_group->gic_irq, in xgene_msi_hwirq_alloc()
385 xgene_msi_isr, msi_group); in xgene_msi_hwirq_alloc()
395 err = irq_set_affinity(msi_group->gic_irq, mask); in xgene_msi_hwirq_alloc()
405 irq_set_chained_handler_and_data(msi_group->gic_irq, in xgene_msi_hwirq_alloc()
417 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_free() local
421 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_free()
422 if (!msi_group->gic_irq) in xgene_msi_hwirq_free()
[all …]

Completed in 5 milliseconds