Searched refs:tb_dp_bandwidth (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.c | 696 if (tb_dp_bandwidth(dp_bw[i][0], dp_bw[i][1]) <= max_bw) { in tb_dp_reduce_bandwidth() 757 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps() 778 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps() 846 tmp = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_alloc_mode_enable() 862 tmp = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_alloc_mode_enable() 1104 max_bw = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_mode_maximum_bandwidth() 1334 *consumed_down = tb_dp_bandwidth(rate, lanes); in tb_dp_consumed_bandwidth() 1336 *consumed_up = tb_dp_bandwidth(rate, lanes); in tb_dp_consumed_bandwidth() 1442 rate, lanes, tb_dp_bandwidth(rate, lanes)); in tb_dp_dump() 1453 rate, lanes, tb_dp_bandwidth(rate, lanes)); in tb_dp_dump() [all …]
|