Lines Matching refs:max_bandwidth
2442 unsigned int max_bandwidth;
2456 max_bandwidth = HS_BW_LIMIT;
2458 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
2460 max_bandwidth = FS_BW_LIMIT;
2461 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
2569 if (bw_used > max_bandwidth) {
2572 bw_used, max_bandwidth);
2597 bw_used, max_bandwidth, bw_reserved,
2598 (max_bandwidth - bw_used - bw_reserved) * 100 /
2599 max_bandwidth);
2602 if (bw_used > max_bandwidth) {
2604 bw_used, max_bandwidth);