Lines Matching refs:max_bandwidth
2341 unsigned int max_bandwidth;
2355 max_bandwidth = HS_BW_LIMIT;
2357 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
2359 max_bandwidth = FS_BW_LIMIT;
2360 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
2468 if (bw_used > max_bandwidth) {
2471 bw_used, max_bandwidth);
2498 bw_used, max_bandwidth, bw_reserved,
2499 (max_bandwidth - bw_used - bw_reserved) * 100 /
2500 max_bandwidth);
2503 if (bw_used > max_bandwidth) {
2505 bw_used, max_bandwidth);