Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
252 (type == PCI_CAP_ID_MSIX) ? in xen_hvm_setup_msi_irqs()
298 } else if (type == PCI_CAP_ID_MSIX) { in xen_initdom_setup_msi_irqs()
347 (type == PCI_CAP_ID_MSIX) ? "msi-x" : "msi", in xen_initdom_setup_msi_irqs()
421 type = PCI_CAP_ID_MSIX; in xen_msi_domain_alloc_irqs()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dmsi.c380 if (type == PCI_CAP_ID_MSIX) in rtas_setup_msi_irqs()
393 if (type == PCI_CAP_ID_MSIX && check_msix_entries(pdev)) in rtas_setup_msi_irqs()
400 if (type == PCI_CAP_ID_MSIX) { in rtas_setup_msi_irqs()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Dmsi.c85 if (type == PCI_CAP_ID_MSIX) in pasemi_msi_setup_msi_irqs()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c45 if (type == PCI_CAP_ID_MSIX) { in hsta_setup_msi_irqs()
H A Dmsi.c75 if (type == PCI_CAP_ID_MSIX) in ppc4xx_setup_msi_irqs()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmpic_u3msi.c128 if (type == PCI_CAP_ID_MSIX) in u3msi_setup_msi_irqs()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_capability.c287 .capability = PCI_CAP_ID_MSIX,
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dmsi-octeon.c193 if (type == PCI_CAP_ID_MSIX) in arch_setup_msi_irqs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h226 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h226 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h226 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dcomminit.c481 pci_find_capability(dev->pdev, PCI_CAP_ID_MSIX)) { in aac_define_int_mode()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c762 PCI_CAP_ID_MSIX); in dw_pcie_ep_init()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rcar-host.c599 if (type == PCI_CAP_ID_MSIX) in rcar_msi_setup_irqs()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmsi.c834 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSIX); in msix_capability_init()
H A Dprobe.c1730 dev->msix_cap = pci_find_capability(dev, PCI_CAP_ID_MSIX); in pci_msi_setup_pci_dev()
/OK3568_Linux_fs/kernel/drivers/scsi/pm8001/
H A Dpm8001_init.c1000 if (pci_find_capability(pdev, PCI_CAP_ID_MSIX)) in pm8001_setup_irq()
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci_config.c61 [PCI_CAP_ID_MSIX] = PCI_CAP_MSIX_SIZEOF,
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c2876 base = pci_find_capability(ioc->pdev, PCI_CAP_ID_MSIX); in _base_check_enable_msix()
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c7383 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in megasas_probe_one()