Searched refs:PCI_CAP_ID_PCIX (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pcix.c | 58 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) == in pcix_set_cmd_reg()
|
/titanic_41/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 */
|
/titanic_41/usr/src/uts/common/io/ |
H A D | pci_cap.c | 76 else if (id == PCI_CAP_ID_PCIX) { in pci_cap_probe()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pci.h | 608 #define PCI_CAP_ID_PCIX 0x7 /* PCI-X supported */ macro
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunpci.c | 307 {PCI_CAP_ID_PCIX, 0, 0, PCI_CAP_SZUNKNOWN, pci_pcix_save},
|
H A D | pcifm.c | 352 (void) PCI_CAP_LOCATE(eh, PCI_CAP_ID_PCIX, &pcix_cap_ptr); in pcix_ereport_setup()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1038 case PCI_CAP_ID_PCIX: in pcie_init_bus()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_hba.c | 59 {PCI_CAP_ID_PCIX, "PCI_CAP_ID_PCIX"},
|
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4255 case PCI_CAP_ID_PCIX: in ahci_config_space_init()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 13160 case PCI_CAP_ID_PCIX: in mptsas_get_pci_cap()
|