Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtunnel.c1270 int ret, max_rate, allocate_up, allocate_down; in tb_usb3_reclaim_available_bandwidth() local
1301 allocate_down = min(max_rate, *available_down); in tb_usb3_reclaim_available_bandwidth()
1302 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1303 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1307 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1311 &allocate_down); in tb_usb3_reclaim_available_bandwidth()
1320 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
Dusb4.c2098 int ret, consumed_up, consumed_down, allocate_up, allocate_down; in usb4_usb3_port_allocate_bandwidth() local
2111 allocate_down = max(*downstream_bw, consumed_down); in usb4_usb3_port_allocate_bandwidth()
2114 allocate_down); in usb4_usb3_port_allocate_bandwidth()
2119 *downstream_bw = allocate_down; in usb4_usb3_port_allocate_bandwidth()