···322322323323 /*324324 * If both routers at the end of the link are v2 we simply325325- * enable the enhanched uni-directional mode. That covers all325325+ * enable the enhanced uni-directional mode. That covers all326326 * the CL states. For v1 and before we need to use the normal327327 * rate to allow CL1 (when supported). Otherwise we keep the TMU328328 * running at the highest accuracy.···538538 * @src_port: Source protocol adapter539539 * @dst_port: Destination protocol adapter540540 * @port: USB4 port the consumed bandwidth is calculated541541- * @consumed_up: Consumed upsream bandwidth (Mb/s)541541+ * @consumed_up: Consumed upstream bandwidth (Mb/s)542542 * @consumed_down: Consumed downstream bandwidth (Mb/s)543543 *544544 * Calculates consumed USB3 and PCIe bandwidth at @port between path···589589 * @src_port: Source protocol adapter590590 * @dst_port: Destination protocol adapter591591 * @port: USB4 port the consumed bandwidth is calculated592592- * @consumed_up: Consumed upsream bandwidth (Mb/s)592592+ * @consumed_up: Consumed upstream bandwidth (Mb/s)593593 * @consumed_down: Consumed downstream bandwidth (Mb/s)594594 *595595 * Calculates consumed DP bandwidth at @port between path from @src_port···1115111511161116 /*11171117 * Here requested + consumed > threshold so we need to11181118- * transtion the link into asymmetric now.11181118+ * transition the link into asymmetric now.11191119 */11201120 ret = tb_switch_set_link_width(up->sw, width_up);11211121 if (ret) {···19361936 */19371937 tb_recalc_estimated_bandwidth(tb);19381938 /*19391939- * In case of DP tunnel exists, change host19391939+ * In case DP tunnel exists, change host19401940 * router's 1st children TMU mode to HiFi for19411941 * CL0s to work.19421942 */···27862786 * There is no request active so this means the27872787 * BW allocation mode was enabled from graphics27882788 * side. At this point we know that the graphics27892789- * driver has read the DRPX capabilities so we27902790- * can offer an better bandwidth estimatation.27892789+ * driver has read the DPRX capabilities so we27902790+ * can offer better bandwidth estimation.27912791 */27922792 tb_port_dbg(in, "DPTX enabled bandwidth allocation mode, updating estimated bandwidth\n");27932793 tb_recalc_estimated_bandwidth(tb);