Searched refs:alloc_up (Results 1 – 1 of 1) sorted by relevance
1272 static int tb_dp_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_dp_alloc_bandwidth() argument1291 *alloc_up = 0; in tb_dp_alloc_bandwidth()1293 tmp = min(*alloc_up, max_bw_rounded); in tb_dp_alloc_bandwidth()1298 *alloc_up = tmp; in tb_dp_alloc_bandwidth()2541 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_tunnel_alloc_bandwidth() argument2550 ret = tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()