Home
last modified time | relevance | path

Searched defs:tb_tunnel (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/thunderbolt/
Dtunnel.h43 struct tb_tunnel { struct
49 int (*init)(struct tb_tunnel *tunnel); argument
50 int (*activate)(struct tb_tunnel *tunnel, bool activate); argument
51 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, argument
53 int (*release_unused_bandwidth)(struct tb_tunnel *tunnel); argument
54 void (*reclaim_available_bandwidth)(struct tb_tunnel *tunnel, argument
58 enum tb_tunnel_type type; argument
65 struct tb_tunnel *tb_tunnel_discover_pci(struct tb *tb, struct tb_port *down); argument