Searched refs:in_dp_cap (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tunnel.c | 788 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 809 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 820 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 825 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps() 826 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps() 891 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 909 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable() 919 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 920 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 939 in_rate = tb_dp_cap_get_rate_ext(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
|