Lines Matching refs:allocated_down
1216 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1220 &tunnel->allocated_down); in tb_usb3_init()
1247 *consumed_down = tunnel->allocated_down * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1257 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1262 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1293 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
1302 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1303 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1307 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1320 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
1321 *available_down -= tunnel->allocated_down; 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()
1534 tunnel->allocated_down = max_rate; in tb_tunnel_alloc_usb3()