Searched defs:tb_tunnel (Results 1 – 1 of 1) sorted by relevance
44 struct tb_tunnel { struct50 int (*init)(struct tb_tunnel *tunnel); argument51 void (*deinit)(struct tb_tunnel *tunnel); argument52 int (*activate)(struct tb_tunnel *tunnel, bool activate); argument53 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, argument55 int (*release_unused_bandwidth)(struct tb_tunnel *tunnel); argument56 void (*reclaim_available_bandwidth)(struct tb_tunnel *tunnel, argument60 enum tb_tunnel_type type; argument67 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down, argument