Home
last modified time | relevance | path

Searched refs:allocate_up (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
1278 allocate_up = min(max_rate, *available_up); 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()
1291 ret = usb4_usb3_port_allocate_bandwidth(tunnel->src_port, &allocate_up, in tb_usb3_reclaim_available_bandwidth()
1298 tunnel->allocated_up = allocate_up; 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
1970 allocate_up = max(*upstream_bw, consumed_up); in usb4_usb3_port_allocate_bandwidth()
1973 ret = usb4_usb3_port_write_allocated_bandwidth(port, allocate_up, in usb4_usb3_port_allocate_bandwidth()
1978 *upstream_bw = allocate_up; in usb4_usb3_port_allocate_bandwidth()