Searched refs:width_up (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dtb.c996 enum tb_link_width width_up, width_down; local
1018 width_up = TB_LINK_WIDTH_ASYM_RX;
1029 width_up = TB_LINK_WIDTH_ASYM_TX;
1033 if (up->sw->link_width == width_up)
1036 if (!tb_port_width_supported(up, width_up) ||
1056 ret = tb_switch_set_link_width(up->sw, width_up);

Completed in 120 milliseconds