Lines Matching refs:max_bandwidth
2319 unsigned int max_bandwidth;
2333 max_bandwidth = HS_BW_LIMIT;
2335 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
2337 max_bandwidth = FS_BW_LIMIT;
2338 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
2446 if (bw_used > max_bandwidth) {
2449 bw_used, max_bandwidth);
2476 bw_used, max_bandwidth, bw_reserved,
2477 (max_bandwidth - bw_used - bw_reserved) * 100 /
2478 max_bandwidth);
2481 if (bw_used > max_bandwidth) {
2483 bw_used, max_bandwidth);