Searched refs:requested_up (Results 1 – 1 of 1) sorted by relevance
1025 struct tb_port *dst_port, int requested_up, in tb_configure_asym() argument1059 if (consumed_up + requested_up >= TB_ASYM_MIN) { in tb_configure_asym()1075 if (consumed_up + requested_up < asym_threshold) in tb_configure_asym()2502 static int tb_alloc_dp_bandwidth(struct tb_tunnel *tunnel, int *requested_up, in tb_alloc_dp_bandwidth() argument2551 requested_up_corrected = *requested_up; in tb_alloc_dp_bandwidth()2565 if ((*requested_up >= 0 && requested_up_corrected > max_up_rounded) || in tb_alloc_dp_bandwidth()2578 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth()2593 reserved = allocated_up - *requested_up; in tb_alloc_dp_bandwidth()2613 return tb_tunnel_alloc_bandwidth(tunnel, requested_up, in tb_alloc_dp_bandwidth()2638 if ((*requested_up >= 0 && in tb_alloc_dp_bandwidth()[all …]