Symbol: TB_LINK_WIDTH_ASYM_TX
drivers/thunderbolt/switch.c
1002
if (width & (TB_LINK_WIDTH_ASYM_TX | TB_LINK_WIDTH_ASYM_RX)) {
drivers/thunderbolt/switch.c
1061
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/switch.c
2007
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/switch.c
2039
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/switch.c
2987
width = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX |
drivers/thunderbolt/switch.c
3043
if (width == TB_LINK_WIDTH_ASYM_TX) {
drivers/thunderbolt/switch.c
3047
down_width = TB_LINK_WIDTH_ASYM_TX;
drivers/thunderbolt/switch.c
3099
if (sw->link_width == TB_LINK_WIDTH_ASYM_TX)
drivers/thunderbolt/switch.c
3144
if (sw->link_width == TB_LINK_WIDTH_ASYM_TX ||
drivers/thunderbolt/switch.c
3153
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/tb.c
1083
width_down = TB_LINK_WIDTH_ASYM_TX;
drivers/thunderbolt/tb.c
1093
width_up = TB_LINK_WIDTH_ASYM_TX;
drivers/thunderbolt/tb.c
682
width = downstream ? TB_LINK_WIDTH_ASYM_RX : TB_LINK_WIDTH_ASYM_TX;
drivers/thunderbolt/tb.c
684
width = downstream ? TB_LINK_WIDTH_ASYM_TX : TB_LINK_WIDTH_ASYM_RX;
drivers/thunderbolt/tb.c
727
if (port->sw->link_width == TB_LINK_WIDTH_ASYM_TX) {
drivers/thunderbolt/tb.c
760
if (link_width == TB_LINK_WIDTH_ASYM_TX) {
drivers/thunderbolt/tb.h
605
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/usb4.c
1637
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/xdomain.c
1486
width_mask = width | TB_LINK_WIDTH_ASYM_TX | TB_LINK_WIDTH_ASYM_RX;
drivers/thunderbolt/xdomain.c
1948
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/xdomain.c
1980
case TB_LINK_WIDTH_ASYM_TX:
drivers/thunderbolt/xdomain.c
2304
width_mask = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX |