Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dswitch.c992 if (width & (TB_LINK_WIDTH_ASYM_TX | TB_LINK_WIDTH_ASYM_RX)) { in tb_port_width_supported()
1051 case TB_LINK_WIDTH_ASYM_TX: in tb_port_set_link_width()
1967 case TB_LINK_WIDTH_ASYM_TX: in rx_lanes_show()
1999 case TB_LINK_WIDTH_ASYM_TX: in tx_lanes_show()
2941 width = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX | in tb_switch_lane_bonding_enable()
2995 if (width == TB_LINK_WIDTH_ASYM_TX) { in tb_switch_asym_enable()
2999 down_width = TB_LINK_WIDTH_ASYM_TX; in tb_switch_asym_enable()
3051 if (sw->link_width == TB_LINK_WIDTH_ASYM_TX) in tb_switch_asym_disable()
3096 if (sw->link_width == TB_LINK_WIDTH_ASYM_TX || in tb_switch_set_link_width()
3105 case TB_LINK_WIDTH_ASYM_TX: in tb_switch_set_link_width()
Dtb.c670 width = downstream ? TB_LINK_WIDTH_ASYM_RX : TB_LINK_WIDTH_ASYM_TX; in tb_asym_supported()
672 width = downstream ? TB_LINK_WIDTH_ASYM_TX : TB_LINK_WIDTH_ASYM_RX; in tb_asym_supported()
713 if (port->sw->link_width == TB_LINK_WIDTH_ASYM_TX) { in tb_maximum_bandwidth()
746 if (link_width == TB_LINK_WIDTH_ASYM_TX) { in tb_maximum_bandwidth()
1056 width_down = TB_LINK_WIDTH_ASYM_TX; in tb_configure_asym()
1066 width_up = TB_LINK_WIDTH_ASYM_TX; in tb_configure_asym()
Dxdomain.c1332 width_mask = width | TB_LINK_WIDTH_ASYM_TX | TB_LINK_WIDTH_ASYM_RX; in tb_xdomain_bond_lanes_uuid_high()
1794 case TB_LINK_WIDTH_ASYM_TX: in rx_lanes_show()
1826 case TB_LINK_WIDTH_ASYM_TX: in tx_lanes_show()
2123 width_mask = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX | in tb_xdomain_lane_bonding_enable()
Dtb.h598 case TB_LINK_WIDTH_ASYM_TX: in tb_width_name()
Dusb4.c1568 case TB_LINK_WIDTH_ASYM_TX: in usb4_port_asym_set_link_width()
/linux-6.12.1/include/linux/
Dthunderbolt.h183 TB_LINK_WIDTH_ASYM_TX = BIT(2), enumerator