Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c3488 fab->pfd_tag_found &= ~PCIE_TAG_8B; in pcie_fabric_feature_scan()
3495 fab->pfd_tag_found &= ~PCIE_TAG_10B_COMP; in pcie_fabric_feature_scan()
3498 fab->pfd_tag_found &= ~PCIE_TAG_10B_COMP; in pcie_fabric_feature_scan()
3505 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()
3687 fab->pfd_tag_found = PCIE_TAG_ALL; in pcie_fabric_setup()
3696 fab->pfd_tag_act = fab->pfd_tag_found; in pcie_fabric_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h379 pcie_tag_t pfd_tag_found; member