Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dswitch.c1044 case TB_LINK_WIDTH_DUAL: in tb_port_set_link_width()
1120 ret = tb_port_set_link_width(port, TB_LINK_WIDTH_DUAL); in tb_port_lane_bonding_enable()
1128 TB_LINK_WIDTH_DUAL); in tb_port_lane_bonding_enable()
1970 case TB_LINK_WIDTH_DUAL: in rx_lanes_show()
1996 case TB_LINK_WIDTH_DUAL: in tx_lanes_show()
2863 bonded = sw->link_width >= TB_LINK_WIDTH_DUAL; in tb_switch_link_init()
2916 if (!tb_port_width_supported(up, TB_LINK_WIDTH_DUAL) || in tb_switch_lane_bonding_enable()
2917 !tb_port_width_supported(down, TB_LINK_WIDTH_DUAL)) in tb_switch_lane_bonding_enable()
2941 width = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX | in tb_switch_lane_bonding_enable()
3037 ret = tb_port_set_link_width(up, TB_LINK_WIDTH_DUAL); in tb_switch_asym_disable()
[all …]
Dtb.c1140 if (up->sw->link_width <= TB_LINK_WIDTH_DUAL) in tb_configure_sym()
1165 if (up->sw->link_width == TB_LINK_WIDTH_DUAL) in tb_configure_sym()
1176 up->sw->preferred_link_width > TB_LINK_WIDTH_DUAL) { in tb_configure_sym()
1189 ret = tb_switch_set_link_width(up->sw, TB_LINK_WIDTH_DUAL); in tb_configure_sym()
1220 if (sw->link_width < TB_LINK_WIDTH_DUAL) in tb_configure_link()
1221 tb_switch_set_link_width(sw, TB_LINK_WIDTH_DUAL); in tb_configure_link()
1230 up->sw->link_width == TB_LINK_WIDTH_DUAL) { in tb_configure_link()
Dxdomain.c1331 width = TB_LINK_WIDTH_DUAL; in tb_xdomain_bond_lanes_uuid_high()
1797 case TB_LINK_WIDTH_DUAL: in rx_lanes_show()
1823 case TB_LINK_WIDTH_DUAL: in tx_lanes_show()
2123 width_mask = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX | in tb_xdomain_lane_bonding_enable()
Ddma_test.c468 case TB_LINK_WIDTH_DUAL: in dma_test_set_bonding()
Dicm.c853 sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL : in icm_fr_device_connected()
1276 sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL : in __icm_tr_device_connected()
Dtb.h596 case TB_LINK_WIDTH_DUAL: in tb_width_name()
Dusb4.c1564 case TB_LINK_WIDTH_DUAL: in usb4_port_asym_set_link_width()
/linux-6.12.1/include/linux/
Dthunderbolt.h182 TB_LINK_WIDTH_DUAL = BIT(1), enumerator