Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Dtunnel.c1638 int ret, max_rate, allocate_up, allocate_down; in tb_usb3_reclaim_available_bandwidth() local
1665 allocate_up = min(max_rate, *available_up); in tb_usb3_reclaim_available_bandwidth()
1666 if (allocate_up < tunnel->allocated_up) in tb_usb3_reclaim_available_bandwidth()
1667 allocate_up = tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
1674 if (allocate_up == tunnel->allocated_up && in tb_usb3_reclaim_available_bandwidth()
1678 ret = usb4_usb3_port_allocate_bandwidth(tunnel->src_port, &allocate_up, in tb_usb3_reclaim_available_bandwidth()
1685 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()
A Dusb4.c2115 int ret, consumed_up, consumed_down, allocate_up, allocate_down; in usb4_usb3_port_allocate_bandwidth() local
2127 allocate_up = max(*upstream_bw, consumed_up); in usb4_usb3_port_allocate_bandwidth()
2130 ret = usb4_usb3_port_write_allocated_bandwidth(port, allocate_up, in usb4_usb3_port_allocate_bandwidth()
2135 *upstream_bw = allocate_up; in usb4_usb3_port_allocate_bandwidth()

Completed in 11 milliseconds