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

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c144 int *max_supported);
1739 int rp_cap, max_supported = pcie_max_mps; local
1742 ddi_get_child(dip), &max_supported); local
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) argument
1860 (void) pcie_scan_mps(rc_dip, dip, max_supported);
1870 pcie_scan_mps(dev_info_t *rc_dip, dev_info_t *dip, int *max_supported) argument
1892 uint32_t max_supported; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx.c1437 int max_supported; local
1446 &max_supported) < 0) {
1453 max_supported);
1455 if (pcie_max_mps < max_supported)
1456 max_supported = pcie_max_mps;
1459 &max_supported);
1461 bus_p->bus_mps = max_supported;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h544 int *max_supported);

Completed in 235 milliseconds