Lines Matching refs:TB_LINK_WIDTH_DUAL
1044 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()
3041 ret = tb_port_set_link_width(down, TB_LINK_WIDTH_DUAL); in tb_switch_asym_disable()
3050 if (sw->link_width > TB_LINK_WIDTH_DUAL) { in tb_switch_asym_disable()
3058 ret = tb_port_wait_for_link_width(up, TB_LINK_WIDTH_DUAL, 100); in tb_switch_asym_disable()
3095 case TB_LINK_WIDTH_DUAL: in tb_switch_set_link_width()