Home
last modified time | relevance | path

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

12

/openbmc/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()
/openbmc/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.c678 ret = pci_msi_setup_msi_irqs(dev, nvec, PCI_CAP_ID_MSIX); in msix_setup_interrupts()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c278 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_enable()
307 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_disable()
343 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_masked()
361 addr = qpci_find_capability(dev, PCI_CAP_ID_MSIX, 0); in qpci_msix_table_size()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dmsi.c350 if (type == PCI_CAP_ID_MSIX) in rtas_prepare_msi_irqs()
367 if (type == PCI_CAP_ID_MSIX) { in rtas_prepare_msi_irqs()
428 int type = pdev->msix_enabled ? PCI_CAP_ID_MSIX : PCI_CAP_ID_MSI; in pseries_msi_ops_prepare()
/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Dmsi.c81 if (type == PCI_CAP_ID_MSIX) in pasemi_msi_setup_msi_irqs()
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic_u3msi.c124 if (type == PCI_CAP_ID_MSIX) in u3msi_setup_msi_irqs()
/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c46 if (type == PCI_CAP_ID_MSIX) { in hsta_setup_msi_irqs()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c137 *valuep = PCI_CAP_ID_MSIX; in sandbox_swap_case_read_config()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c293 .capability = PCI_CAP_ID_MSIX,
/openbmc/u-boot/test/dm/
H A Dpci.c216 PCI_CAP_ID_MSIX); in dm_test_pci_cap()
/openbmc/qemu/hw/pci/
H A Dmsix.c347 cap = pci_add_capability(dev, PCI_CAP_ID_MSIX, in msix_init()
455 pci_del_capability(dev, PCI_CAP_ID_MSIX, MSIX_CAP_LENGTH); in msix_uninit()
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c541 if (id != PCI_CAP_ID_MSIX) { in xen_pt_msix_init()
H A Dxen_pt_config_init.c1803 .grp_id = PCI_CAP_ID_MSIX,
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h226 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/openbmc/linux/drivers/scsi/aacraid/
H A Dcomminit.c481 pci_find_capability(dev->pdev, PCI_CAP_ID_MSIX)) { in aac_define_int_mode()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h227 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_driver.c429 if (!pci_find_capability(efct->pci, PCI_CAP_ID_MSIX)) { in efct_setup_msix()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c782 PCI_CAP_ID_MSIX); in dw_pcie_ep_init()
/openbmc/u-boot/include/
H A Dpci.h332 #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c880 pos = pci_find_capability(pbdev->pdev, PCI_CAP_ID_MSIX); in s390_pci_msix_init()
/openbmc/qemu/hw/vfio/
H A Dpci.c1561 pos = pci_find_capability(&vdev->pdev, PCI_CAP_ID_MSIX); in vfio_msix_early_setup()
2214 case PCI_CAP_ID_MSIX: in vfio_add_std_cap()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c1038 if (pci_find_capability(pdev, PCI_CAP_ID_MSIX)) { in pm8001_request_irq()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1640 pos = pci_find_capability(pdev, PCI_CAP_ID_MSIX); in wx_get_pcie_msix_counts()

12