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

/linux-master/drivers/pci/msi/
H A Dpcidev_msi.c34 dev->msix_cap = pci_find_capability(dev, PCI_CAP_ID_MSIX);
H A Dlegacy.c56 if (type != PCI_CAP_ID_MSIX || ret >= 0)
H A Dmsi.c670 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSIX);
/linux-master/arch/x86/pci/
H A Dxen.c180 if (type == PCI_CAP_ID_MSIX)
190 (type == PCI_CAP_ID_MSIX) ?
249 (type == PCI_CAP_ID_MSIX) ?
295 } else if (type == PCI_CAP_ID_MSIX) {
344 (type == PCI_CAP_ID_MSIX) ? "msi-x" : "msi",
419 type = to_pci_dev(dev)->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI;
/linux-master/arch/powerpc/platforms/pasemi/
H A Dmsi.c81 if (type == PCI_CAP_ID_MSIX)
/linux-master/arch/powerpc/sysdev/
H A Dmpic_u3msi.c124 if (type == PCI_CAP_ID_MSIX)
/linux-master/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c46 if (type == PCI_CAP_ID_MSIX) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dmsi.c351 if (type == PCI_CAP_ID_MSIX)
368 if (type == PCI_CAP_ID_MSIX) {
433 int type = pdev->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI;
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c293 .capability = PCI_CAP_ID_MSIX,
/linux-master/drivers/scsi/aacraid/
H A Dcomminit.c481 pci_find_capability(dev->pdev, PCI_CAP_ID_MSIX)) {
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.c429 if (!pci_find_capability(efct->pci, PCI_CAP_ID_MSIX)) {
/linux-master/include/uapi/linux/
H A Dpci_regs.h227 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c736 PCI_CAP_ID_MSIX);
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_init.c1064 if (pm8001_use_msix && pci_find_capability(pdev, PCI_CAP_ID_MSIX)) {
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c61 [PCI_CAP_ID_MSIX] = PCI_CAP_MSIX_SIZEOF,
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1878 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX);
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c3785 capb = pci_find_capability(pdev, PCI_CAP_ID_MSIX);
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c7476 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX);
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3066 base = pci_find_capability(ioc->pdev, PCI_CAP_ID_MSIX);

Completed in 242 milliseconds