Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A Dtunnel.c1998 int ret, max_rate, allocate_up, allocate_down; in tb_usb3_reclaim_available_bandwidth() local
2022 allocate_down = min(max_rate, *available_down); in tb_usb3_reclaim_available_bandwidth()
2023 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
2024 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
2028 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
2032 &allocate_down); in tb_usb3_reclaim_available_bandwidth()
2041 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
H A Dusb4.c2333 int ret, consumed_up, consumed_down, allocate_up, allocate_down; in usb4_usb3_port_allocate_bandwidth() local
2346 allocate_down = max(*downstream_bw, consumed_down); in usb4_usb3_port_allocate_bandwidth()
2349 allocate_down); in usb4_usb3_port_allocate_bandwidth()
2354 *downstream_bw = allocate_down; in usb4_usb3_port_allocate_bandwidth()