Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Dtunnel.c1197 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1201 &tunnel->allocated_down); in tb_usb3_init()
1238 &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()
1302 *available_down -= tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1414 &tunnel->allocated_up, &tunnel->allocated_down); in tb_tunnel_discover_usb3()
[all …]
A Dtunnel.h64 int allocated_down; member

Completed in 8 milliseconds