Home
last modified time | relevance | path

Searched refs:allocated_up (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtunnel.h62 * @allocated_up: Allocated upstream bandwidth (only for USB3)
85 int (*allocated_bandwidth)(struct tb_tunnel *tunnel, int *allocated_up,
100 int allocated_up;
158 int tb_tunnel_allocated_bandwidth(struct tb_tunnel *tunnel, int *allocated_up,
74 int allocated_up; global() member
H A Dtb.c2505 int allocated_up, allocated_down, available_up, available_down, ret; in tb_alloc_dp_bandwidth() local
2513 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()
2521 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
2578 if ((*requested_up >= 0 && requested_up_corrected <= allocated_up) || in tb_alloc_dp_bandwidth()
2593 reserved = allocated_up - *requested_up; in tb_alloc_dp_bandwidth()
2688 allocated_up, allocated_down); in tb_alloc_dp_bandwidth()
2689 tb_tunnel_alloc_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()