Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
H A Dxen.c180 if (type == PCI_CAP_ID_MSIX) in xen_setup_msi_irqs()
190 (type == PCI_CAP_ID_MSIX) ? in xen_setup_msi_irqs()
249 (type == PCI_CAP_ID_MSIX) ? in xen_hvm_setup_msi_irqs()
295 } else if (type == PCI_CAP_ID_MSIX) { in xen_initdom_setup_msi_irqs()
344 (type == PCI_CAP_ID_MSIX) ? "msi-x" : "msi", in xen_initdom_setup_msi_irqs()
419 type = to_pci_dev(dev)->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI; in xen_msi_domain_alloc_irqs()
/linux/drivers/pci/msi/
H A Dpcidev_msi.c34 dev->msix_cap = pci_find_capability(dev, PCI_CAP_ID_MSIX); in pci_msix_init()
H A Dlegacy.c56 if (type != PCI_CAP_ID_MSIX || ret >= 0) in pci_msi_setup_check_result()
H A Dmsi.c677 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSIX); in __msix_setup_interrupts()
/linux/arch/powerpc/platforms/pasemi/
H A Dmsi.c81 if (type == PCI_CAP_ID_MSIX) in pasemi_msi_setup_msi_irqs()
/linux/arch/powerpc/sysdev/
H A Dmpic_u3msi.c124 if (type == PCI_CAP_ID_MSIX) in u3msi_setup_msi_irqs()
/linux/arch/powerpc/platforms/44x/
H A Dhsta_msi.c46 if (type == PCI_CAP_ID_MSIX) { in hsta_setup_msi_irqs()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c293 .capability = PCI_CAP_ID_MSIX,
/linux/arch/um/drivers/
H A Dvfio_kern.c464 off = uml_vfio_find_capability(dev, PCI_CAP_ID_MSIX); in uml_vfio_read_msix_table()
/linux/include/uapi/linux/
H A Dpci_regs.h227 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/linux/drivers/scsi/elx/efct/
H A Defct_driver.c429 if (!pci_find_capability(efct->pci, PCI_CAP_ID_MSIX)) { in efct_setup_msix()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c988 PCI_CAP_ID_MSIX); in dw_pcie_ep_init_registers()
/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c1051 if (pm8001_use_msix && pci_find_capability(pdev, PCI_CAP_ID_MSIX)) { in pm8001_request_irq()
/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c61 [PCI_CAP_ID_MSIX] = PCI_CAP_MSIX_SIZEOF,
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2322 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in wx_get_pcie_msix_counts()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c4097 capb = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in mpi3mr_setup_resources()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c7490 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in megasas_probe_one()