Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h312 #define PCIE_LINKSTS_DLL_LINK_ACTIVE 0x2000 /* DLL Link Active */ macro
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c2143 while ((status & PCIE_LINKSTS_DLL_LINK_ACTIVE) == 0 && in pciehpc_slot_wait_for_active()
2154 if ((status & PCIE_LINKSTS_DLL_LINK_ACTIVE) == 0) { in pciehpc_slot_wait_for_active()