Home
last modified time | relevance | path

Searched refs:allocated_bandwidth (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtunnel.h33 * @allocated_bandwidth: Return how much bandwidth is allocated for the tunnel
60 int (*allocated_bandwidth)(struct tb_tunnel *tunnel, int *allocated_up, member
H A Dtunnel.c1312 tunnel->allocated_bandwidth = tb_dp_allocated_bandwidth; in tb_tunnel_discover_dp()
1407 tunnel->allocated_bandwidth = tb_dp_allocated_bandwidth; in tb_tunnel_alloc_dp()
2274 if (tunnel->allocated_bandwidth) in tb_tunnel_allocated_bandwidth()
2275 return tunnel->allocated_bandwidth(tunnel, allocated_up, in tb_tunnel_allocated_bandwidth()

Completed in 4 milliseconds