Home
last modified time | relevance | path

Searched refs:in_lanes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtunnel.c378 static int tb_dp_reduce_bandwidth(int max_bw, u32 in_rate, u32 in_lanes, in tb_dp_reduce_bandwidth() argument
408 if (dp_bw[i][0] > in_rate || dp_bw[i][1] > in_lanes) in tb_dp_reduce_bandwidth()
423 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local
461 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps()
463 in_rate, in_lanes, tb_dp_bandwidth(in_rate, in_lanes)); in tb_dp_xchg_caps()
483 ret = tb_dp_reduce_bandwidth(max_bw, in_rate, in_lanes, in tb_dp_xchg_caps()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.c533 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_lane in tb_dp_bandwidth_alloc_mode_enable()
[all...]

Completed in 7 milliseconds