Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx.c64 extern int pcie_max_mps;
1455 if (pcie_max_mps < max_supported) in px_set_mps()
1456 max_supported = pcie_max_mps; in px_set_mps()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c140 int pcie_max_mps = PCIE_DEVCTL_MAX_PAYLOAD_4096 >> 5; variable
1739 int rp_cap, max_supported = pcie_max_mps; in pcie_init_root_port_mps()