Searched refs:msi_compose_msg (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/kernel/ |
D | msi_ia64.c | 170 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) in msi_compose_msg() function 199 ret = msi_compose_msg(NULL, irq, &msg); in arch_setup_dmar_msi()
|
/arch/x86/kernel/apic/ |
D | io_apic.c | 3128 static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, in msi_compose_msg() function 3199 ret = msi_compose_msg(dev, irq, &msg, -1); in setup_msi_irq() 3295 ret = msi_compose_msg(NULL, irq, &msg, -1); in arch_setup_dmar_msi() 3347 ret = msi_compose_msg(NULL, irq, &msg, id); in default_setup_hpet_msi()
|