Lines Matching full:downstream
529 /* Find the downstream USB4 port that leads to this router */ in tb_find_first_usb3_tunnel()
531 /* Find the corresponding host router USB3 downstream port */ in tb_find_first_usb3_tunnel()
546 * @consumed_down: Consumed downstream bandwidth (Mb/s)
595 * @consumed_down: Consumed downstream bandwidth (Mb/s)
615 bool downstream; in tb_consumed_dp_bandwidth() local
664 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_consumed_dp_bandwidth()
666 if (downstream) in tb_consumed_dp_bandwidth()
678 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_asym_supported() local
682 width = downstream ? TB_LINK_WIDTH_ASYM_RX : TB_LINK_WIDTH_ASYM_TX; in tb_asym_supported()
684 width = downstream ? TB_LINK_WIDTH_ASYM_TX : TB_LINK_WIDTH_ASYM_RX; in tb_asym_supported()
696 * @max_down: Maximum downstream bandwidth (Mb/s)
709 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_maximum_bandwidth() local
723 * the opposite for downstream of the host router. in tb_maximum_bandwidth()
738 if (downstream) { in tb_maximum_bandwidth()
771 if (downstream) { in tb_maximum_bandwidth()
798 * @available_down: Available bandwidth downstream (Mb/s)
1015 * @requested_down: Additional bandwidth (Mb/s) required downstream
1028 bool clx = false, clx_disabled = false, downstream; in tb_configure_asym() local
1036 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_asym()
1038 if (downstream) in tb_configure_asym()
1053 if (downstream) { in tb_configure_asym()
1055 * Downstream so make sure upstream is within the 36G in tb_configure_asym()
1133 bool clx = false, clx_disabled = false, downstream; in tb_configure_sym() local
1141 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_sym()
1143 if (downstream) in tb_configure_sym()
1163 if (downstream) { in tb_configure_sym()
1165 * Downstream so we want the consumed_down < threshold. in tb_configure_sym()
1254 * tb_scan_switch() - scan for and initialize downstream switches
1294 * Downstream switch is reachable through two ports. in tb_scan_port()
1792 * hierarchy, do mapping here for switch downstream PCIe ports. in tb_find_pcie_down()
1861 * the same host router downstream port. in tb_find_dp_out()
2364 * the same host router USB4 downstream port. in __tb_disconnect_xdomain_paths()
2511 bool downstream; in tb_alloc_dp_bandwidth() local
2575 downstream = tb_tunnel_direction_downstream(tunnel); in tb_alloc_dp_bandwidth()
2590 if (downstream) in tb_alloc_dp_bandwidth()
2662 if (downstream) { in tb_alloc_dp_bandwidth()
3266 * downstream ports and the NHI so that the device core will make sure
3300 * For each hotplug downstream port, create add device link in tb_apple_add_links()