Searched refs:dp_cap (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.c | 1428 u32 dp_cap, rate, lanes; in tb_dp_dump() local 1433 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump() 1437 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump() 1438 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump() 1444 if (tb_port_read(out, &dp_cap, TB_CFG_PORT, in tb_dp_dump() 1448 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump() 1449 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump() 1455 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump() 1459 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump() 1460 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
|