Lines Matching defs:max_bw
378 static int tb_dp_reduce_bandwidth(int max_bw, u32 in_rate, u32 in_lanes,
400 * Find a combination that can fit into max_bw and does not
411 if (tb_dp_bandwidth(dp_bw[i][0], dp_bw[i][1]) <= max_bw) {
426 int ret, max_bw;
466 * If the tunnel bandwidth is limited (max_bw is set) then see
476 max_bw = tunnel->max_down;
478 max_bw = tunnel->max_up;
480 if (max_bw && bw > max_bw) {
483 ret = tb_dp_reduce_bandwidth(max_bw, in_rate, in_lanes,