Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtunnel.c899 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
903 &tunnel->allocated_down); in tb_usb3_init()
928 *consumed_down = tunnel->allocated_down * (3 + 1) / 3; in tb_usb3_consumed_bandwidth()
938 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
943 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
974 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
983 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
984 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
988 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1001 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
[all …]
Dtunnel.h62 int allocated_down; member