Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpci-xgene-msi.c386 struct xgene_msi_group *msi_group; in xgene_msi_hwirq_alloc() local
392 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() local
437 msi_group = &msi->msi_groups[i]; in xgene_msi_hwirq_free()
438 if (!msi_group->gic_irq) in xgene_msi_hwirq_free()
[all …]