Home
last modified time | relevance | path

Searched refs:TB_LINK_WIDTH_ASYM_RX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dswitch.c959 case TB_LINK_WIDTH_ASYM_RX: in width_name()
1007 if (width & (TB_LINK_WIDTH_ASYM_TX | TB_LINK_WIDTH_ASYM_RX)) { in tb_port_width_supported()
1067 case TB_LINK_WIDTH_ASYM_RX: in tb_port_set_link_width()
1988 case TB_LINK_WIDTH_ASYM_RX: in rx_lanes_show()
2008 case TB_LINK_WIDTH_ASYM_RX: in tx_lanes_show()
2944 TB_LINK_WIDTH_ASYM_RX; in tb_switch_lane_bonding_enable()
2998 down_width = TB_LINK_WIDTH_ASYM_RX; in tb_switch_asym_enable()
3099 sw->link_width == TB_LINK_WIDTH_ASYM_RX) { in tb_switch_set_link_width()
3108 case TB_LINK_WIDTH_ASYM_RX: in tb_switch_set_link_width()
H A Dtb.c770 width = downstream ? TB_LINK_WIDTH_ASYM_RX : TB_LINK_WIDTH_ASYM_TX; in tb_asym_supported()
772 width = downstream ? TB_LINK_WIDTH_ASYM_TX : TB_LINK_WIDTH_ASYM_RX; in tb_asym_supported()
816 } else if (port->sw->link_width == TB_LINK_WIDTH_ASYM_RX) { in tb_maximum_bandwidth()
849 } else if (link_width == TB_LINK_WIDTH_ASYM_RX) { in tb_maximum_bandwidth()
1157 width = TB_LINK_WIDTH_ASYM_RX; in tb_configure_asym()
H A Dxdomain.c1332 width_mask = width | TB_LINK_WIDTH_ASYM_TX | TB_LINK_WIDTH_ASYM_RX; in tb_xdomain_bond_lanes_uuid_high()
1789 case TB_LINK_WIDTH_ASYM_RX: in rx_lanes_show()
1821 case TB_LINK_WIDTH_ASYM_RX: in tx_lanes_show()
2072 TB_LINK_WIDTH_ASYM_RX; in tb_xdomain_lane_bonding_enable()
H A Dusb4.c1548 case TB_LINK_WIDTH_ASYM_RX: in usb4_port_asym_set_link_width()
/openbmc/linux/include/linux/
H A Dthunderbolt.h185 TB_LINK_WIDTH_ASYM_RX = BIT(3), enumerator