Searched refs:allocated_down (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tunnel.c | 1235 int *allocated_down) in tb_dp_allocated_bandwidth() argument 1260 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth() 1263 *allocated_down = 0; in tb_dp_allocated_bandwidth() 1269 allocated_down); in tb_dp_allocated_bandwidth() 2018 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_pre_activate() 2022 &tunnel->allocated_down); in tb_usb3_pre_activate() 2051 *consumed_down = tunnel->allocated_down * in tb_usb3_consumed_bandwidth() 2068 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth() 2073 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth() 2097 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth() [all …]
|
| H A D | tb.c | 2536 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local 2544 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth() 2552 allocated_up, allocated_down); in tb_alloc_dp_bandwidth() 2610 (*requested_down >= 0 && requested_down_corrected <= allocated_down)) { in tb_alloc_dp_bandwidth() 2622 reserved = allocated_down - *requested_down; in tb_alloc_dp_bandwidth() 2723 allocated_up, allocated_down); in tb_alloc_dp_bandwidth() 2724 tb_tunnel_alloc_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
|