Home
last modified time | relevance | path

Searched refs:tb_tunnel_allocated_bandwidth (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtunnel.h160 int tb_tunnel_allocated_bandwidth(struct tb_tunnel *tunnel, int *allocated_up,
H A Dtunnel.c2488 * tb_tunnel_allocated_bandwidth() - Return bandwidth allocated for the tunnel
2497 int tb_tunnel_allocated_bandwidth(struct tb_tunnel *tunnel, int *allocated_up, in tb_tunnel_allocated_bandwidth() function
H A Dtb.c2536 ret = tb_tunnel_allocated_bandwidth(tunnel, &allocated_up, &allocated_down); in tb_alloc_dp_bandwidth()