Searched refs:tb_dp_bandwidth (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 525 static unsigned int tb_dp_bandwidth(unsigned int rate, unsigned int lanes) in tb_dp_bandwidth() function 566 if (tb_dp_bandwidth(dp_bw[i][0], dp_bw[i][1]) <= max_bw) { in tb_dp_reduce_bandwidth() 618 in_rate, in_lanes, tb_dp_bandwidth(in_rate, in_lanes)); in tb_dp_xchg_caps() 626 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps() 646 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps() 713 tmp = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_alloc_mode_enable() 729 tmp = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_alloc_mode_enable() 886 nrd_bw = tb_dp_bandwidth(rate, lanes); in tb_dp_bandwidth_mode_maximum_bandwidth() 1039 tb_dp_bandwidth(*rate, *lanes)); in tb_dp_read_dprx() 1078 tb_dp_bandwidth(*rat in tb_dp_read_cap() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 372 static unsigned int tb_dp_bandwidth(unsigned int rate, unsigned int lanes) in tb_dp_bandwidth() function 411 if (tb_dp_bandwidth(dp_bw[i][0], dp_bw[i][1]) <= max_bw) { in tb_dp_reduce_bandwidth() 463 in_rate, in_lanes, tb_dp_bandwidth(in_rate, in_lanes)); in tb_dp_xchg_caps() 471 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps() 491 new_bw = tb_dp_bandwidth(new_rate, new_lanes); in tb_dp_xchg_caps() 596 *consumed_down = tb_dp_bandwidth(rate, lanes); in tb_dp_consumed_bandwidth() 598 *consumed_up = tb_dp_bandwidth(rate, lanes); in tb_dp_consumed_bandwidth()
|
Completed in 7 milliseconds