Searched refs:tb_port_path_direction_downstream (Results 1 – 3 of 3) sorted by relevance
193 return tb_port_path_direction_downstream(tunnel->src_port, in tb_tunnel_direction_downstream()
520 if (tb_port_path_direction_downstream(src_port, dst_port)) in tb_find_first_usb3_tunnel()664 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_consumed_dp_bandwidth()678 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_asym_supported()709 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_maximum_bandwidth()1036 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_asym()1141 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_sym()
1097 tb_port_path_direction_downstream(const struct tb_port *src, in tb_port_path_direction_downstream() function