Searched refs:allocated_down (Results 1 – 3 of 3) sorted by relevance
61 int *allocated_down);75 int allocated_down; member110 int *allocated_down);
939 int *allocated_down) in tb_dp_allocated_bandwidth() argument964 *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()[all …]
1771 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local1777 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()1785 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()1838 (*requested_down >= 0 && requested_down_corrected <= allocated_down)) { in tb_alloc_dp_bandwidth()