Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/ !
H A Dtunnel.c2476 return tunnel->state == TB_TUNNEL_ACTIVATING || tb_tunnel_is_active(tunnel); in tb_tunnel_is_activated()
2494 if (!tb_tunnel_is_active(tunnel)) in tb_tunnel_maximum_bandwidth()
2519 if (!tb_tunnel_is_active(tunnel)) in tb_tunnel_allocated_bandwidth()
2544 if (!tb_tunnel_is_active(tunnel)) in tb_tunnel_alloc_bandwidth()
2614 if (!tb_tunnel_is_active(tunnel)) in tb_tunnel_release_unused_bandwidth()
2643 if (!tb_tunnel_is_active(tunnel)) in tb_tunnel_reclaim_available_bandwidth()
H A Dtunnel.h151 static inline bool tb_tunnel_is_active(const struct tb_tunnel *tunnel) in tb_tunnel_is_active() function
H A Dtb.c1913 if (tb_tunnel_is_active(tunnel)) { in tb_dp_tunnel_active()