Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c1876 max_pay_load_supported.highest_common_mps = *max_supported; in pcie_scan_mps()
1883 *max_supported = max_pay_load_supported.highest_common_mps; in pcie_scan_mps()
1943 if (max_supported < current->highest_common_mps) in pcie_get_max_supported()
1944 current->highest_common_mps = max_supported; in pcie_get_max_supported()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie_impl.h445 int highest_common_mps; member