Searched refs:requested_up (Results 1 – 1 of 1) sorted by relevance
1040 struct tb_port *dst_port, int requested_up, in tb_configure_asym() argument1074 if (consumed_up + requested_up >= TB_ASYM_MIN) { in tb_configure_asym()1090 if (consumed_up + requested_up < asym_threshold) in tb_configure_asym()2533 static int tb_alloc_dp_bandwidth(struct tb_tunnel *tunnel, int *requested_up, in tb_alloc_dp_bandwidth() argument2582 requested_up_corrected = *requested_up; in tb_alloc_dp_bandwidth()2596 if ((*requested_up >= 0 && requested_up_corrected > max_up_rounded) || in tb_alloc_dp_bandwidth()2609 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth()2624 reserved = allocated_up - *requested_up; in tb_alloc_dp_bandwidth()2644 ret = tb_tunnel_alloc_bandwidth(tunnel, requested_up, in tb_alloc_dp_bandwidth()2673 if ((*requested_up >= 0 && in tb_alloc_dp_bandwidth()[all …]