Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.c1177 *allocated_up = 0; in tb_dp_allocated_bandwidth()
1180 *allocated_up = allocated_bw; in tb_dp_allocated_bandwidth()
1938 &tunnel->allocated_up, in tb_usb3_pre_activate()
1966 *consumed_up = tunnel->allocated_up * in tb_usb3_consumed_bandwidth()
1984 &tunnel->allocated_up, in tb_usb3_release_unused_bandwidth()
2013 if (tunnel->allocated_up >= max_rate && in tb_usb3_reclaim_available_bandwidth()
2019 if (allocate_up < tunnel->allocated_up) in tb_usb3_reclaim_available_bandwidth()
2020 allocate_up = tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
2027 if (allocate_up == tunnel->allocated_up && in tb_usb3_reclaim_available_bandwidth()
2038 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()
[all …]
H A Dtunnel.h86 int (*allocated_bandwidth)(struct tb_tunnel *tunnel, int *allocated_up,
101 int allocated_up; member
160 int tb_tunnel_allocated_bandwidth(struct tb_tunnel *tunnel, int *allocated_up,
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()
2590 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth()
2605 reserved = allocated_up - *requested_up; 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()