Lines Matching defs:max_bandwidth
2179 unsigned int max_bandwidth;
2193 max_bandwidth = HS_BW_LIMIT;
2195 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
2197 max_bandwidth = FS_BW_LIMIT;
2198 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
2306 if (bw_used > max_bandwidth) {
2309 bw_used, max_bandwidth);
2336 bw_used, max_bandwidth, bw_reserved,
2337 (max_bandwidth - bw_used - bw_reserved) * 100 /
2338 max_bandwidth);
2341 if (bw_used > max_bandwidth) {
2343 bw_used, max_bandwidth);