Searched refs:PCI_CAP_ID_PCIX (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pcix.c | 56 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) == in pcix_set_cmd_reg()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_cap.c | 77 else if (id == PCI_CAP_ID_PCIX) { in pci_cap_probe()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_os.h | 165 #define PCI_CAP_ID_PCIX 0x7 /* PCI-X supported */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 614 #define PCI_CAP_ID_PCIX 0x7 /* PCI-X supported */ macro
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl_picl.c | 707 } else if (capid == PCI_CAP_ID_PCIX) { in get_lane_width()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 209 {PCI_CAP_ID_PCIX, 0, 0, PCI_CAP_SZUNKNOWN, pci_pcix_save},
|
H A D | pcifm.c | 356 (void) PCI_CAP_LOCATE(eh, PCI_CAP_ID_PCIX, &pcix_cap_ptr); in pcix_ereport_setup()
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 829 if ((pcix = yge_find_capability(dev, PCI_CAP_ID_PCIX)) != 0) { in yge_reset() 1264 } else if (yge_find_capability(dev, PCI_CAP_ID_PCIX) != 0) { in yge_attach()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_init.c | 278 if (ql_get_cap_ofst(ha, PCI_CAP_ID_PCIX)) { in ql_pci_sbus_config() 384 if ((ofst = ql_get_cap_ofst(ha, PCI_CAP_ID_PCIX))) { in ql_set_max_read_req()
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1998 case PCI_CAP_ID_PCIX: in pcie_init_bus()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 61 {PCI_CAP_ID_PCIX, "PCI_CAP_ID_PCIX"},
|
/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm_cfgspace.c | 4771 { PCI_CAP_ID_PCIX, "pcix", "PCI-X", pcieadm_cap_info_pcix },
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4360 case PCI_CAP_ID_PCIX: in ahci_config_space_init()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 13485 case PCI_CAP_ID_PCIX: in mptsas_get_pci_cap()
|