Searched refs:PCI_CAP_ID_MSI_X (Results 1 – 9 of 9) sorted by relevance
/titanic_44/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 */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pci.h | 618 #define PCI_CAP_ID_MSI_X 0x11 /* MSI-X supported */ macro
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunpci.c | 305 {PCI_CAP_ID_MSI_X, 0, 0, PCI_MSIX_NDWORDS, pci_generic_save},
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 69 {PCI_CAP_ID_MSI_X, "PCI_CAP_ID_MSI_X"}, 2110 !hba->pci_cap_offset[PCI_CAP_ID_MSI_X]) { in emlxs_init_adapter_info()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/i86pc/io/pci/ |
H A D | pci_common.c | 252 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI_X, &msix_cap_base) == in pci_common_intr_ops()
|
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4265 case PCI_CAP_ID_MSI_X: in ahci_config_space_init()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 13400 case PCI_CAP_ID_MSI_X: in mptsas_get_pci_cap()
|