Home
last modified time | relevance | path

Searched refs:tb_port_path_direction_downstream (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c680 if (tb_port_path_direction_downstream(in, out)) in tb_dp_xchg_caps()
805 if (tb_port_path_direction_downstream(in, out)) in tb_dp_bandwidth_alloc_mode_enable()
975 if (tb_port_path_direction_downstream(in, out)) { in tb_dp_bandwidth_mode_consumed_bandwidth()
1010 if (tb_port_path_direction_downstream(in, out)) { in tb_dp_allocated_bandwidth()
1038 if (tb_port_path_direction_downstream(in, out)) { in tb_dp_alloc_bandwidth()
1136 if (tb_port_path_direction_downstream(in, tunnel->dst_port)) { in tb_dp_maximum_bandwidth()
1194 if (tb_port_path_direction_downstream(in, tunnel->dst_port)) { in tb_dp_consumed_bandwidth()
H A Dtb.c597 if (tb_port_path_direction_downstream(src_port, dst_port)) in tb_find_first_usb3_tunnel()
730 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_asym_supported()
761 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_maximum_bandwidth()
1089 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_asym()
1185 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_sym()
1632 if (tb_port_path_direction_downstream(in, out)) in tb_recalc_estimated_bandwidth_for_group()
2444 if (tb_port_path_direction_downstream(in, out)) { in tb_handle_dp_bandwidth_request()
H A Dtb.h1059 tb_port_path_direction_downstream(const struct tb_port *src, in tb_port_path_direction_downstream() function