Searched refs:requested_up (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.c | 1113 struct tb_port *dst_port, int requested_up, in tb_configure_asym() argument 1149 if (consumed_up + requested_up >= TB_ASYM_MIN) { in tb_configure_asym() 1164 if (consumed_up + requested_up < asym_threshold) in tb_configure_asym() 1209 struct tb_port *dst_port, int requested_up, in tb_configure_sym() argument 1255 if (consumed_up + requested_up >= asym_threshold) in tb_configure_sym() 2318 static int tb_alloc_dp_bandwidth(struct tb_tunnel *tunnel, int *requested_up, in tb_alloc_dp_bandwidth() argument 2365 requested_up_corrected = *requested_up; in tb_alloc_dp_bandwidth() 2379 if ((*requested_up >= 0 && requested_up_corrected > max_up_rounded) || in tb_alloc_dp_bandwidth() 2387 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth() 2393 tb_configure_sym(tb, in, out, *requested_up, *requested_down); in tb_alloc_dp_bandwidth() [all …]
|