Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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.c683 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSIX); in msix_setup_interrupts()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dmsi.c352 if (type == PCI_CAP_ID_MSIX) in rtas_prepare_msi_irqs()
369 if (type == PCI_CAP_ID_MSIX) { in rtas_prepare_msi_irqs()
434 int type = pdev->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI; in pseries_msi_ops_prepare()
/linux-6.15/arch/powerpc/platforms/pasemi/
H A Dmsi.c81 if (type == PCI_CAP_ID_MSIX) in pasemi_msi_setup_msi_irqs()
/linux-6.15/arch/powerpc/sysdev/
H A Dmpic_u3msi.c124 if (type == PCI_CAP_ID_MSIX) in u3msi_setup_msi_irqs()
/linux-6.15/arch/powerpc/platforms/44x/
H A Dhsta_msi.c46 if (type == PCI_CAP_ID_MSIX) { in hsta_setup_msi_irqs()
/linux-6.15/drivers/xen/xen-pciback/
H A Dconf_space_capability.c293 .capability = PCI_CAP_ID_MSIX,
/linux-6.15/drivers/scsi/elx/efct/
H A Defct_driver.c429 if (!pci_find_capability(efct->pci, PCI_CAP_ID_MSIX)) { in efct_setup_msix()
/linux-6.15/drivers/scsi/aacraid/
H A Dcomminit.c481 pci_find_capability(dev->pdev, PCI_CAP_ID_MSIX)) { in aac_define_int_mode()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h227 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c988 PCI_CAP_ID_MSIX); in dw_pcie_ep_init_registers()
/linux-6.15/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-6.15/drivers/vfio/pci/
H A Dvfio_pci_config.c61 [PCI_CAP_ID_MSIX] = PCI_CAP_MSIX_SIZEOF,
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2062 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in wx_get_pcie_msix_counts()
/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c4090 capb = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in mpi3mr_setup_resources()
/linux-6.15/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c7483 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in megasas_probe_one()
/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3087 base = pci_find_capability(ioc->pdev, PCI_CAP_ID_MSIX); in _base_check_enable_msix()