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 D | emlxs_os.h | 175 #define PCI_CAP_ID_MSI_X 0x11 /* MSI-X supported */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 624 #define PCI_CAP_ID_MSI_X 0x11 /* MSI-X supported */ macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 131 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 D | sunpci.c | 207 {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 D | emlxs_hba.c | 71 {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 D | hermon.c | 4596 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 D | ppt.c | 326 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 D | pci_common.c | 253 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 D | pcieadm_cfgspace.c | 4785 { PCI_CAP_ID_MSI_X, "msix", "MSI-X", pcieadm_cap_info_fixed,
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4370 case PCI_CAP_ID_MSI_X: in ahci_config_space_init()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 13487 case PCI_CAP_ID_MSI_X: in mptsas_get_pci_cap()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 19158 data = ql_get_cap_ofst(ha, PCI_CAP_ID_MSI_X); in ql_multi_queue_support()
|