Searched refs:max_supported (Results 1 – 3 of 3) sorted by relevance
144 int *max_supported);1739 int rp_cap, max_supported = pcie_max_mps; in pcie_init_root_port_mps() local1742 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() argument1860 (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 …]
1437 int max_supported; in px_set_mps() local1446 &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()
544 int *max_supported);