Home
last modified time | relevance | path

Searched refs:allocated_up (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()
1200 &tunnel->allocated_up, in tb_usb3_init()
1227 *consumed_up = tunnel->allocated_up * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1237 &tunnel->allocated_up, in tb_usb3_release_unused_bandwidth()
1243 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1273 if (tunnel->allocated_up >= max_rate && in tb_usb3_reclaim_available_bandwidth()
1279 if (allocate_up < tunnel->allocated_up) in tb_usb3_reclaim_available_bandwidth()
1280 allocate_up = tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
1287 if (allocate_up == tunnel->allocated_up && in tb_usb3_reclaim_available_bandwidth()
1298 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()
[all …]
Dtunnel.h63 int allocated_up; member