Searched refs:in_lanes (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/thunderbolt/ |
D | tunnel.c | 533 static int tb_dp_reduce_bandwidth(int max_bw, u32 in_rate, u32 in_lanes, in tb_dp_reduce_bandwidth() argument 563 if (dp_bw[i][0] > in_rate || dp_bw[i][1] > in_lanes) in tb_dp_reduce_bandwidth() 578 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 616 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps() 618 in_rate, in_lanes, tb_dp_bandwidth(in_rate, in_lanes)); in tb_dp_xchg_caps() 638 ret = tb_dp_reduce_bandwidth(max_bw, in_rate, in_lanes, in tb_dp_xchg_caps() 678 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 707 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 712 lanes = min(in_lanes, out_lanes); in tb_dp_bandwidth_alloc_mode_enable()
|