Lines Matching refs:allocated_down
899 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
903 &tunnel->allocated_down); in tb_usb3_init()
928 *consumed_down = tunnel->allocated_down * (3 + 1) / 3; in tb_usb3_consumed_bandwidth()
938 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
943 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
974 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
983 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
984 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
988 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1001 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
1002 *available_down -= tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1005 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_reclaim_available_bandwidth()
1096 &tunnel->allocated_up, &tunnel->allocated_down); in tb_tunnel_discover_usb3()
1101 tunnel->allocated_up, tunnel->allocated_down); in tb_tunnel_discover_usb3()
1195 tunnel->allocated_down = max_rate; in tb_tunnel_alloc_usb3()