Searched refs:allocated_up (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tb.c | 2536 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local 2544 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth() 2552 allocated_up, allocated_down); in tb_alloc_dp_bandwidth() 2609 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth() 2624 reserved = allocated_up - *requested_up; in tb_alloc_dp_bandwidth() 2723 allocated_up, allocated_down); in tb_alloc_dp_bandwidth() 2724 tb_tunnel_alloc_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
|