Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c1153 int *allocated_down) in tb_dp_allocated_bandwidth() argument
1178 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth()
1181 *allocated_down = 0; in tb_dp_allocated_bandwidth()
1187 allocated_down); in tb_dp_allocated_bandwidth()
1935 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_pre_activate()
1939 &tunnel->allocated_down); in tb_usb3_pre_activate()
1968 *consumed_down = tunnel->allocated_down * in tb_usb3_consumed_bandwidth()
1985 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1990 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
2014 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
[all …]
H A Dtunnel.h87 int *allocated_down);
102 int allocated_down; member
161 int *allocated_down);
H A Dtb.c2505 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local
2513 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
2521 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
2579 (*requested_down >= 0 && requested_down_corrected <= allocated_down)) { in tb_alloc_dp_bandwidth()
2591 reserved = allocated_down - *requested_down; in tb_alloc_dp_bandwidth()
2688 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
2689 tb_tunnel_alloc_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()