Searched refs:in_dp_cap (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | tunnel.c | 506 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 527 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 538 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 543 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps() 544 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps()
|