Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_MSI_X (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h175 #define PCI_CAP_ID_MSI_X 0x11 /* MSI-X supported */
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h624 #define PCI_CAP_ID_MSI_X 0x11 /* MSI-X supported */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c131 if ((PCI_CAP_LOCATE(*h, PCI_CAP_ID_MSI_X, caps_ptr) == DDI_SUCCESS) && in pci_get_msi_ctrl()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c207 {PCI_CAP_ID_MSI_X, 0, 0, PCI_MSIX_NDWORDS, pci_generic_save},
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c71 {PCI_CAP_ID_MSI_X, "PCI_CAP_ID_MSI_X"},
2134 !hba->pci_cap_offset[PCI_CAP_ID_MSI_X]) { in emlxs_init_adapter_info()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4596 PCI_CAP_ID_MSI_X, &caps_ctrl) == DDI_SUCCESS)) { in get_msix_ctrl()
4655 PCI_CAP_ID_MSI_X, &caps_ctrl) == DDI_SUCCESS)) { in hermon_set_msix_info()
4784 PCI_CAP_ID_MSI_X, &caps_ctrl) == DDI_SUCCESS)) { in hermon_intr_disable()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c326 if (PCI_CAP_LOCATE(ppt->pptd_cfg, PCI_CAP_ID_MSI_X, &base) != in ppt_find_msix_table_bar()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c253 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI_X, &msix_cap_base) == in pci_common_intr_ops()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4785 { PCI_CAP_ID_MSI_X, "msix", "MSI-X", pcieadm_cap_info_fixed,
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4370 case PCI_CAP_ID_MSI_X: in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13487 case PCI_CAP_ID_MSI_X: in mptsas_get_pci_cap()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c19158 data = ql_get_cap_ofst(ha, PCI_CAP_ID_MSI_X); in ql_multi_queue_support()