Home
last modified time | relevance | path

Searched refs:TB_LINK_WIDTH_ASYM_RX (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()
1052 case TB_LINK_WIDTH_ASYM_RX: in tb_port_set_link_width()
1973 case TB_LINK_WIDTH_ASYM_RX: in rx_lanes_show()
1993 case TB_LINK_WIDTH_ASYM_RX: in tx_lanes_show()
2942 TB_LINK_WIDTH_ASYM_RX; in tb_switch_lane_bonding_enable()
2996 down_width = TB_LINK_WIDTH_ASYM_RX; in tb_switch_asym_enable()
3097 sw->link_width == TB_LINK_WIDTH_ASYM_RX) { in tb_switch_set_link_width()
3106 case TB_LINK_WIDTH_ASYM_RX: 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()
716 } else if (port->sw->link_width == TB_LINK_WIDTH_ASYM_RX) { in tb_maximum_bandwidth()
749 } else if (link_width == TB_LINK_WIDTH_ASYM_RX) { in tb_maximum_bandwidth()
1055 width_up = TB_LINK_WIDTH_ASYM_RX; in tb_configure_asym()
1067 width_down = TB_LINK_WIDTH_ASYM_RX; 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()
1800 case TB_LINK_WIDTH_ASYM_RX: in rx_lanes_show()
1820 case TB_LINK_WIDTH_ASYM_RX: in tx_lanes_show()
2124 TB_LINK_WIDTH_ASYM_RX; in tb_xdomain_lane_bonding_enable()
Dtb.h600 case TB_LINK_WIDTH_ASYM_RX: in tb_width_name()
Dusb4.c1572 case TB_LINK_WIDTH_ASYM_RX: in usb4_port_asym_set_link_width()
/linux-6.12.1/include/linux/
Dthunderbolt.h184 TB_LINK_WIDTH_ASYM_RX = BIT(3), enumerator