Searched refs:msi_compose_msg (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/ia64/kernel/ |
D | msi_ia64.c | 176 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) in msi_compose_msg() function 205 ret = msi_compose_msg(NULL, irq, &msg); in arch_setup_dmar_msi()
|
/linux-3.4.99/arch/x86/kernel/apic/ |
D | io_apic.c | 3183 static int msi_compose_msg(struct pci_dev *pdev, unsigned int irq, in msi_compose_msg() function 3324 ret = msi_compose_msg(dev, irq, &msg, -1); in setup_msi_irq() 3450 ret = msi_compose_msg(NULL, irq, &msg, -1); in arch_setup_dmar_msi() 3516 ret = msi_compose_msg(NULL, irq, &msg, id); in arch_setup_hpet_msi()
|