Lines Matching refs:max_supported
144 int *max_supported);
1739 int rp_cap, max_supported = pcie_max_mps;
1742 ddi_get_child(dip), &max_supported);
1748 if (rp_cap < max_supported)
1749 max_supported = rp_cap;
1751 bus_p->bus_mps = max_supported;
1848 * max_supported (IN) - maximum allowable MPS.
1849 * max_supported (OUT) - maximum payload size capability of fabric.
1852 pcie_get_fabric_mps(dev_info_t *rc_dip, dev_info_t *dip, int *max_supported)
1860 (void) pcie_scan_mps(rc_dip, dip, max_supported);
1862 PCIE_DBG("MPS: Highest Common MPS= %x\n", max_supported);
1870 pcie_scan_mps(dev_info_t *rc_dip, dev_info_t *dip, int *max_supported)
1876 max_pay_load_supported.highest_common_mps = *max_supported;
1883 *max_supported = max_pay_load_supported.highest_common_mps;
1892 uint32_t max_supported;
1937 max_supported = PCI_CAP_GET16(config_handle, NULL, cap_ptr,
1941 max_supported);
1943 if (max_supported < current->highest_common_mps)
1944 current->highest_common_mps = max_supported;