Home
last modified time | relevance | path

Searched refs:max_bw_rounded (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.c1083 int *max_bw_rounded) in tb_dp_bandwidth_mode_maximum_bandwidth() argument
1106 if (max_bw_rounded) { in tb_dp_bandwidth_mode_maximum_bandwidth()
1110 *max_bw_rounded = roundup(max_bw, ret); in tb_dp_bandwidth_mode_maximum_bandwidth()
1121 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local
1138 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth()
1162 int ret, allocated_bw, max_bw_rounded; in tb_dp_allocated_bandwidth() local
1170 &max_bw_rounded); in tb_dp_allocated_bandwidth()
1173 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth()
1194 int max_bw_rounded, ret, tmp; in tb_dp_alloc_bandwidth() local
1204 tmp = min(*alloc_down, max_bw_rounded); in tb_dp_alloc_bandwidth()
[all …]