Searched refs:tb_port_path_direction_downstream (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.c | 680 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 D | tb.c | 633 if (tb_port_path_direction_downstream(src_port, dst_port)) in tb_find_first_usb3_tunnel() 766 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_asym_supported() 797 bool downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_maximum_bandwidth() 1125 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_asym() 1221 downstream = tb_port_path_direction_downstream(src_port, dst_port); in tb_configure_sym() 1668 if (tb_port_path_direction_downstream(in, out)) in tb_recalc_estimated_bandwidth_for_group() 2511 if (tb_port_path_direction_downstream(in, out)) { in tb_handle_dp_bandwidth_request()
|
H A D | tb.h | 1059 tb_port_path_direction_downstream(const struct tb_port *src, in tb_port_path_direction_downstream() function
|