Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.c708 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local
729 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
740 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
745 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps()
746 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps()
811 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local
829 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable()
839 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
840 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
859 in_rate = tb_dp_cap_get_rate_ext(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()