Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c581 static int tb_dp_reduce_bandwidth(int max_bw, u32 in_rate, u32 in_lanes, in tb_dp_reduce_bandwidth() argument
611 if (dp_bw[i][0] > in_rate || dp_bw[i][1] > in_lanes) in tb_dp_reduce_bandwidth()
626 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local
664 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps()
667 in_rate, in_lanes, tb_dp_bandwidth(in_rate, in_lanes)); in tb_dp_xchg_caps()
688 ret = tb_dp_reduce_bandwidth(max_bw, in_rate, in_lanes, in tb_dp_xchg_caps()
729 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local
758 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
763 lanes = min(in_lanes, out_lanes); in tb_dp_bandwidth_alloc_mode_enable()