Searched refs:out_lanes (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.c | 582 u32 out_rate, u32 out_lanes, u32 *new_rate, in tb_dp_reduce_bandwidth() argument 608 if (dp_bw[i][0] > out_rate || dp_bw[i][1] > out_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 674 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps() 675 bw = tb_dp_bandwidth(out_rate, out_lanes); in tb_dp_xchg_caps() 678 out_rate, out_lanes, bw); in tb_dp_xchg_caps() 689 out_rate, out_lanes, &new_rate, in tb_dp_xchg_caps() 728 u32 out_dp_cap, out_rate, out_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 760 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 763 lanes = min(in_lanes, out_lanes); in tb_dp_bandwidth_alloc_mode_enable()
|