Lines Matching refs:allocated_up
1216 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1219 &tunnel->allocated_up, in tb_usb3_init()
1246 *consumed_up = tunnel->allocated_up * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1256 &tunnel->allocated_up, in tb_usb3_release_unused_bandwidth()
1262 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1292 if (tunnel->allocated_up >= max_rate && in tb_usb3_reclaim_available_bandwidth()
1298 if (allocate_up < tunnel->allocated_up) in tb_usb3_reclaim_available_bandwidth()
1299 allocate_up = tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
1306 if (allocate_up == tunnel->allocated_up && in tb_usb3_reclaim_available_bandwidth()
1317 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()
1318 *available_up -= tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
1324 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_reclaim_available_bandwidth()
1435 &tunnel->allocated_up, &tunnel->allocated_down); in tb_tunnel_discover_usb3()
1440 tunnel->allocated_up, tunnel->allocated_down); in tb_tunnel_discover_usb3()
1533 tunnel->allocated_up = max_rate; in tb_tunnel_alloc_usb3()