Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h254 #define PCIE_LINKCAP_LINK_BW_NOTIFY_CAP 0x200000 /* Link Bandwidth Notify Cap */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c3066 return ((linkcap & PCIE_LINKCAP_LINK_BW_NOTIFY_CAP) != 0); in pcie_link_bw_supported()