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

/linux-4.4.14/drivers/pci/host/
H A Dpci-xgene-msi.c386 struct xgene_msi_group *msi_group; xgene_msi_hwirq_alloc() local
392 msi_group = &msi->msi_groups[i]; xgene_msi_hwirq_alloc()
393 if (!msi_group->gic_irq) xgene_msi_hwirq_alloc()
396 irq_set_chained_handler(msi_group->gic_irq, xgene_msi_hwirq_alloc()
398 err = irq_set_handler_data(msi_group->gic_irq, msi_group); xgene_msi_hwirq_alloc()
411 err = irq_set_affinity(msi_group->gic_irq, mask); xgene_msi_hwirq_alloc()
421 irq_set_chained_handler_and_data(msi_group->gic_irq, xgene_msi_hwirq_alloc()
433 struct xgene_msi_group *msi_group; xgene_msi_hwirq_free() local
437 msi_group = &msi->msi_groups[i]; xgene_msi_hwirq_free()
438 if (!msi_group->gic_irq) xgene_msi_hwirq_free()
441 irq_set_chained_handler_and_data(msi_group->gic_irq, NULL, xgene_msi_hwirq_free()

Completed in 50 milliseconds