Searched refs:allocated_down (Results 1 – 3 of 3) sorted by relevance
987 int *allocated_down) in tb_dp_allocated_bandwidth() argument1012 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth()1015 *allocated_down = 0; in tb_dp_allocated_bandwidth()1021 allocated_down); in tb_dp_allocated_bandwidth()1780 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()1784 &tunnel->allocated_down); in tb_usb3_init()1813 *consumed_down = tunnel->allocated_down * in tb_usb3_consumed_bandwidth()1830 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()1835 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()1866 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()[all …]
61 int *allocated_down);75 int allocated_down; member112 int *allocated_down);
2321 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local2327 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()2335 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()2388 (*requested_down >= 0 && requested_down_corrected <= allocated_down)) { in tb_alloc_dp_bandwidth()