Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dswitch.c999 case TB_LINK_WIDTH_DUAL: in tb_port_set_link_width()
1068 ret = tb_port_set_link_width(port, TB_LINK_WIDTH_DUAL); in tb_port_lane_bonding_enable()
1076 TB_LINK_WIDTH_DUAL); in tb_port_lane_bonding_enable()
1819 case TB_LINK_WIDTH_DUAL: in rx_lanes_show()
1845 case TB_LINK_WIDTH_DUAL: in tx_lanes_show()
2724 if (!tb_port_is_width_supported(up, TB_LINK_WIDTH_DUAL) || in tb_switch_lane_bonding_enable()
2725 !tb_port_is_width_supported(down, TB_LINK_WIDTH_DUAL)) in tb_switch_lane_bonding_enable()
2749 width_mask = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX | in tb_switch_lane_bonding_enable()
Dxdomain.c1331 width = TB_LINK_WIDTH_DUAL; in tb_xdomain_bond_lanes_uuid_high()
1792 case TB_LINK_WIDTH_DUAL: in rx_lanes_show()
1818 case TB_LINK_WIDTH_DUAL: in tx_lanes_show()
2071 width_mask = TB_LINK_WIDTH_DUAL | TB_LINK_WIDTH_ASYM_TX | in tb_xdomain_lane_bonding_enable()
Ddma_test.c497 (dt->link_width == 2 && xd->link_width < TB_LINK_WIDTH_DUAL)) in dma_test_check_errors()
Dicm.c853 sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL : in icm_fr_device_connected()
1276 sw->link_width = dual_lane ? TB_LINK_WIDTH_DUAL : in __icm_tr_device_connected()
/Linux-v6.6/include/linux/
Dthunderbolt.h183 TB_LINK_WIDTH_DUAL = BIT(1), enumerator