Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pciebus/
H A Dtopo_pcie_cfgspace.c178 uint16_t pciecap, status, pciever; in topo_pcie_link_status() local
191 pciever = pciecap & PCIE_PCIECAP_VER_MASK; in topo_pcie_link_status()
192 if (pciever != PCIE_PCIECAP_VER_1_0 && in topo_pcie_link_status()
193 pciever != PCIE_PCIECAP_VER_2_0) { in topo_pcie_link_status()
196 pciever); in topo_pcie_link_status()
208 if (pciever == PCIE_PCIECAP_VER_1_0 && in topo_pcie_link_status()