Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/ !
Dtunnel.c1216 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1219 &tunnel->allocated_up, in tb_usb3_init()
1246 *consumed_up = tunnel->allocated_up * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1256 &tunnel->allocated_up, in tb_usb3_release_unused_bandwidth()
1262 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1292 if (tunnel->allocated_up >= max_rate && in tb_usb3_reclaim_available_bandwidth()
1298 if (allocate_up < tunnel->allocated_up) in tb_usb3_reclaim_available_bandwidth()
1299 allocate_up = tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
1306 if (allocate_up == tunnel->allocated_up && in tb_usb3_reclaim_available_bandwidth()
1317 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()
[all …]
Dtunnel.h63 int allocated_up; member