Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c144 int *max_supported);
1739 int rp_cap, max_supported = pcie_max_mps; in pcie_init_root_port_mps() local
1742 ddi_get_child(dip), &max_supported); 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()
1751 bus_p->bus_mps = max_supported; in pcie_init_root_port_mps()
1852 pcie_get_fabric_mps(dev_info_t *rc_dip, dev_info_t *dip, int *max_supported) in pcie_get_fabric_mps() argument
1860 (void) pcie_scan_mps(rc_dip, dip, max_supported); in pcie_get_fabric_mps()
1862 PCIE_DBG("MPS: Highest Common MPS= %x\n", max_supported); in pcie_get_fabric_mps()
1870 pcie_scan_mps(dev_info_t *rc_dip, dev_info_t *dip, int *max_supported) in pcie_scan_mps() argument
[all …]
/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx.c1437 int max_supported; in px_set_mps() local
1446 &max_supported) < 0) { in px_set_mps()
1453 max_supported); in px_set_mps()
1455 if (pcie_max_mps < max_supported) in px_set_mps()
1456 max_supported = pcie_max_mps; in px_set_mps()
1459 &max_supported); in px_set_mps()
1461 bus_p->bus_mps = max_supported; in px_set_mps()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie_impl.h544 int *max_supported);