Searched refs:max_bw_rounded (Results 1 – 1 of 1) sorted by relevance
1165 int *max_bw_rounded) in tb_dp_bandwidth_mode_maximum_bandwidth() argument1188 if (max_bw_rounded) { in tb_dp_bandwidth_mode_maximum_bandwidth()1192 *max_bw_rounded = roundup(max_bw, ret); in tb_dp_bandwidth_mode_maximum_bandwidth()1203 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local1217 ret = tb_dp_bandwidth_mode_maximum_bandwidth(tunnel, &max_bw_rounded); in tb_dp_bandwidth_mode_consumed_bandwidth()1220 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth()1244 int ret, allocated_bw, max_bw_rounded; in tb_dp_allocated_bandwidth() local1252 &max_bw_rounded); in tb_dp_allocated_bandwidth()1255 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth()1276 int max_bw_rounded, ret, tmp; in tb_dp_alloc_bandwidth() local[all …]