Home
last modified time | relevance | path

Searched refs:alloc_up (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtunnel.c1272 static int tb_dp_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_dp_alloc_bandwidth() argument
1291 *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() argument
2550 ret = tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()