Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dswitch.c1036 case TB_LINK_WIDTH_SINGLE: in tb_port_set_link_width()
1119 if (width == TB_LINK_WIDTH_SINGLE) { in tb_port_lane_bonding_enable()
1126 if (width == TB_LINK_WIDTH_SINGLE) { in tb_port_lane_bonding_enable()
1137 if (width == TB_LINK_WIDTH_SINGLE && !tb_is_upstream_port(port)) { in tb_port_lane_bonding_enable()
1153 tb_port_set_link_width(port->dual_link_port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_enable()
1155 tb_port_set_link_width(port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_enable()
1170 tb_port_set_link_width(port->dual_link_port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_disable()
1171 tb_port_set_link_width(port, TB_LINK_WIDTH_SINGLE); in tb_port_lane_bonding_disable()
1195 if ((width & TB_LINK_WIDTH_SINGLE) && in tb_port_wait_for_link_width()
1966 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()
1793 case TB_LINK_WIDTH_SINGLE: in rx_lanes_show()
1819 case TB_LINK_WIDTH_SINGLE: in tx_lanes_show()
1930 } else if (xd->link_width > TB_LINK_WIDTH_SINGLE) { in tb_xdomain_link_exit()
2157 ret = tb_port_wait_for_link_width(port, TB_LINK_WIDTH_SINGLE, 100); in tb_xdomain_lane_bonding_disable()
Ddma_test.c470 case TB_LINK_WIDTH_SINGLE: in dma_test_set_bonding()
Dicm.c854 TB_LINK_WIDTH_SINGLE; in icm_fr_device_connected()
1277 TB_LINK_WIDTH_SINGLE; in __icm_tr_device_connected()
Dtb.c1764 TB_LINK_WIDTH_SINGLE); in tb_free_unplugged_children()
2352 TB_LINK_WIDTH_SINGLE); in tb_handle_hotplug()
Dtb.h594 case TB_LINK_WIDTH_SINGLE: in tb_width_name()
/linux-6.12.1/include/linux/
Dthunderbolt.h181 TB_LINK_WIDTH_SINGLE = BIT(0), enumerator