Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
Dtunnel.c1197 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1201 &tunnel->allocated_down); in tb_usb3_init()
1228 *consumed_down = tunnel->allocated_down * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1238 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1243 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1274 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
1283 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1284 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1288 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1301 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
[all …]
Dtunnel.h64 int allocated_down; member