Lines Matching refs:xirq
299 int msivec, irt, lirq, xirq, ret; in xlp_setup_msi() local
304 xirq = nlm_irq_to_xirq(node, nlm_link_msiirq(link, 0)); in xlp_setup_msi()
305 md = irq_get_chip_data(xirq); in xlp_setup_msi()
334 xirq = xirq + msivec; /* msi mapped to global irq space */ in xlp_setup_msi()
335 ret = irq_set_msi_desc(xirq, desc); in xlp_setup_msi()
339 pci_write_msi_msg(xirq, &msg); in xlp_setup_msi()
406 int t, msixvec, lirq, xirq, ret; in xlp_setup_msix() local
411 xirq = nlm_irq_to_xirq(node, nlm_link_msixirq(link, 0)); in xlp_setup_msix()
412 md = irq_get_chip_data(xirq); in xlp_setup_msix()
429 xirq += t; in xlp_setup_msix()
430 msixvec = nlm_irq_msixvec(xirq); in xlp_setup_msix()
436 ret = irq_set_msi_desc(xirq, desc); in xlp_setup_msix()
440 pci_write_msi_msg(xirq, &msg); in xlp_setup_msix()