Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h345 PCIE_TAG_14B_COMP = 1 << 2 enumerator
348 #define PCIE_TAG_ALL (PCIE_TAG_8B | PCIE_TAG_10B_COMP | PCIE_TAG_14B_COMP)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c3505 fab->pfd_tag_found &= ~PCIE_TAG_14B_COMP; in pcie_fabric_feature_scan()
3508 fab->pfd_tag_found &= ~PCIE_TAG_14B_COMP; in pcie_fabric_feature_scan()
3611 (fab->pfd_tag_act & PCIE_TAG_14B_COMP) != 0) { in pcie_fabric_feature_set()