Searched defs:tb_tunnel (Results 1 – 1 of 1) sorted by relevance
43 struct tb_tunnel { struct49 int (*init)(struct tb_tunnel *tunnel); argument50 int (*activate)(struct tb_tunnel *tunnel, bool activate); argument51 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, argument53 int (*release_unused_bandwidth)(struct tb_tunnel *tunnel); argument54 void (*reclaim_available_bandwidth)(struct tb_tunnel *tunnel, argument58 enum tb_tunnel_type type; argument65 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down); argument