Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_PCIX (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcix.c56 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) == in pcix_set_cmd_reg()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h165 #define PCI_CAP_ID_PCIX 0x7 /* PCI-X supported */
/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c77 else if (id == PCI_CAP_ID_PCIX) { in pci_cap_probe()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h614 #define PCI_CAP_ID_PCIX 0x7 /* PCI-X supported */ macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c707 } else if (capid == PCI_CAP_ID_PCIX) { in get_lane_width()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c209 {PCI_CAP_ID_PCIX, 0, 0, PCI_CAP_SZUNKNOWN, pci_pcix_save},
H A Dpcifm.c356 (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 Dyge.c829 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 Dql_init.c278 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 Dpcie.c1990 case PCI_CAP_ID_PCIX: in pcie_init_bus()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c61 {PCI_CAP_ID_PCIX, "PCI_CAP_ID_PCIX"},
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c4771 { PCI_CAP_ID_PCIX, "pcix", "PCI-X", pcieadm_cap_info_pcix },
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4360 case PCI_CAP_ID_PCIX: in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13428 case PCI_CAP_ID_PCIX: in mptsas_get_pci_cap()