Lines Matching refs:allocated_up
1197 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1200 &tunnel->allocated_up, in tb_usb3_init()
1227 *consumed_up = tunnel->allocated_up * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1237 &tunnel->allocated_up, in tb_usb3_release_unused_bandwidth()
1243 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1273 if (tunnel->allocated_up >= max_rate && 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()
1298 tunnel->allocated_up = allocate_up; in tb_usb3_reclaim_available_bandwidth()
1299 *available_up -= tunnel->allocated_up; in tb_usb3_reclaim_available_bandwidth()
1305 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_reclaim_available_bandwidth()
1414 &tunnel->allocated_up, &tunnel->allocated_down); in tb_tunnel_discover_usb3()
1419 tunnel->allocated_up, tunnel->allocated_down); in tb_tunnel_discover_usb3()
1512 tunnel->allocated_up = max_rate; in tb_tunnel_alloc_usb3()