Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c1739 int rp_cap, max_supported = pcie_max_mps; in pcie_init_root_port_mps() local
1744 rp_cap = PCI_CAP_GET16(bus_p->bus_cfg_hdl, NULL, in pcie_init_root_port_mps()
1748 if (rp_cap < max_supported) in pcie_init_root_port_mps()
1749 max_supported = rp_cap; in pcie_init_root_port_mps()