Home
last modified time | relevance | path

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

/linux-6.15/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()
1939 &tunnel->allocated_down); in tb_usb3_pre_activate()
1985 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
2014 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
2024 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
2041 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
2424 int *allocated_down) in tb_tunnel_allocated_bandwidth() argument
[all …]
H A Dtunnel.h87 int *allocated_down);
102 int allocated_down; member
161 int *allocated_down);
H A Dtb.c2517 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local
2525 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
2533 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
2591 (*requested_down >= 0 && requested_down_corrected <= allocated_down)) { in tb_alloc_dp_bandwidth()
2603 reserved = allocated_down - *requested_down; in tb_alloc_dp_bandwidth()
2700 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
2701 tb_tunnel_alloc_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()