Lines Matching refs:allocated_down
939 int *allocated_down) in tb_dp_allocated_bandwidth() argument
964 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth()
967 *allocated_down = 0; in tb_dp_allocated_bandwidth()
973 allocated_down); in tb_dp_allocated_bandwidth()
1737 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_init()
1741 &tunnel->allocated_down); in tb_usb3_init()
1768 *consumed_down = tunnel->allocated_down * (3 + pcie_enabled) / 3; in tb_usb3_consumed_bandwidth()
1778 &tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1783 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_release_unused_bandwidth()
1814 tunnel->allocated_down >= max_rate) in tb_usb3_reclaim_available_bandwidth()
1823 if (allocate_down < tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1824 allocate_down = tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1828 allocate_down == tunnel->allocated_down) in tb_usb3_reclaim_available_bandwidth()
1841 tunnel->allocated_down = allocate_down; in tb_usb3_reclaim_available_bandwidth()
1842 *available_down -= tunnel->allocated_down; in tb_usb3_reclaim_available_bandwidth()
1845 tunnel->allocated_up, tunnel->allocated_down); in tb_usb3_reclaim_available_bandwidth()
1956 &tunnel->allocated_up, &tunnel->allocated_down); in tb_tunnel_discover_usb3()
1961 tunnel->allocated_up, tunnel->allocated_down); in tb_tunnel_discover_usb3()
2055 tunnel->allocated_down = max_rate; in tb_tunnel_alloc_usb3()
2269 int *allocated_down) in tb_tunnel_allocated_bandwidth() argument
2276 allocated_down); in tb_tunnel_allocated_bandwidth()