Home
last modified time | relevance | path

Searched refs:PCIE_EXT_CAP (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dpci_cap.c93 for (base = PCIE_EXT_CAP; base && i < index; i++) { in pci_cap_probe()
178 for (base = PCIE_EXT_CAP; base; base = (xcaps_hdr >> in pci_xcap_locate()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h218 #define PCIE_EXT_CAP 0x100 /* Base Address of Ext Cap */
/titanic_41/usr/src/uts/common/sys/
H A Dpcie.h414 #define PCIE_EXT_CAP 0x100 /* Base Address of Ext Cap */ macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c3037 eoffset = PCIE_EXT_CAP; in emlxs_pci_cap_offsets()
3039 while (eoffset >= PCIE_EXT_CAP) { in emlxs_pci_cap_offsets()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c1076 for (base = PCIE_EXT_CAP; base; base = (capid >> in pcie_init_bus()