Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dswitch.c992 case TB_LINK_WIDTH_SINGLE: in tb_port_set_link_width()
1067 if (width == TB_LINK_WIDTH_SINGLE) { in tb_port_lane_bonding_enable()
1074 if (width == TB_LINK_WIDTH_SINGLE) { in tb_port_lane_bonding_enable()
1085 if (width == TB_LINK_WIDTH_SINGLE) { in tb_port_lane_bonding_enable()
1101 tb_port_set_link_width(port->dual_link_port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_enable()
1103 tb_port_set_link_width(port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_enable()
1118 tb_port_set_link_width(port->dual_link_port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_disable()
1119 tb_port_set_link_width(port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_disable()
1143 if ((width_mask & TB_LINK_WIDTH_SINGLE) && is_gen4_link(port)) in tb_port_wait_for_link_width()
1815 case TB_LINK_WIDTH_SINGLE: in rx_lanes_show()
[all …]
Dxdomain.c1328 width = TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high()
1372 port->bonded = width > TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high()
1373 port->dual_link_port->bonded = width > TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high()
1788 case TB_LINK_WIDTH_SINGLE: in rx_lanes_show()
1814 case TB_LINK_WIDTH_SINGLE: in tx_lanes_show()
2105 ret = tb_port_wait_for_link_width(port, TB_LINK_WIDTH_SINGLE, 100); in tb_xdomain_lane_bonding_disable()
Ddma_test.c496 if ((dt->link_width == 1 && xd->link_width != TB_LINK_WIDTH_SINGLE) || in dma_test_check_errors()
Dicm.c854 TB_LINK_WIDTH_SINGLE; in icm_fr_device_connected()
1277 TB_LINK_WIDTH_SINGLE; in __icm_tr_device_connected()
/Linux-v6.6/include/linux/
Dthunderbolt.h182 TB_LINK_WIDTH_SINGLE = BIT(0), enumerator