Lines Matching defs:link_width
712 int link_speed, link_width, up_bw, down_bw;
724 * sw->link_width is from upstream perspective so we use
727 if (port->sw->link_width == TB_LINK_WIDTH_ASYM_TX) {
730 } else if (port->sw->link_width == TB_LINK_WIDTH_ASYM_RX) {
748 up_bw = link_speed * port->sw->link_width * 1000;
756 link_width = tb_port_get_link_width(port);
757 if (link_width < 0)
758 return link_width;
760 if (link_width == TB_LINK_WIDTH_ASYM_TX) {
763 } else if (link_width == TB_LINK_WIDTH_ASYM_RX) {
781 up_bw = link_speed * link_width * 1000;
1097 if (up->sw->link_width == width_up)
1169 if (up->sw->link_width <= TB_LINK_WIDTH_DUAL)
1194 if (up->sw->link_width == TB_LINK_WIDTH_DUAL)
1249 if (sw->link_width < TB_LINK_WIDTH_DUAL)
1259 up->sw->link_width == TB_LINK_WIDTH_DUAL) {
3113 port->remote->sw->link_width);