Home
last modified time | relevance | path

Searched refs:PCIE_PCIECAP_VER_2_0 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpcie.h72 #define PCIE_PCIECAP_VER_2_0 0x2 /* PCI-E spec 2.0 */ macro
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c2146 if ((pciecap & PCIE_PCIECAP_VER_MASK) < PCIE_PCIECAP_VER_2_0) { in pcie_ari_supported()