Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
Dtunnel.c1251 int ret, max_rate, allocate_up, allocate_down; in tb_usb3_reclaim_available_bandwidth() local
1282 allocate_down = min(max_rate, *available_down); 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()
1292 &allocate_down); in tb_usb3_reclaim_available_bandwidth()
1301 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
Dusb4.c1958 int ret, consumed_up, consumed_down, allocate_up, allocate_down; in usb4_usb3_port_allocate_bandwidth() local
1971 allocate_down = max(*downstream_bw, consumed_down); in usb4_usb3_port_allocate_bandwidth()
1974 allocate_down); in usb4_usb3_port_allocate_bandwidth()
1979 *downstream_bw = allocate_down; in usb4_usb3_port_allocate_bandwidth()