Searched defs:tb_tunnel (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/drivers/thunderbolt/ |
D | tunnel.h | 73 struct tb_tunnel { struct 80 int (*pre_activate)(struct tb_tunnel *tunnel); argument 81 int (*activate)(struct tb_tunnel *tunnel, bool activate); argument 82 void (*post_deactivate)(struct tb_tunnel *tunnel); argument 83 void (*destroy)(struct tb_tunnel *tunnel); argument 84 int (*maximum_bandwidth)(struct tb_tunnel *tunnel, int *max_up, argument 86 int (*allocated_bandwidth)(struct tb_tunnel *tunnel, int *allocated_up, argument 88 int (*alloc_bandwidth)(struct tb_tunnel *tunnel, int *alloc_up, argument 90 int (*consumed_bandwidth)(struct tb_tunnel *tunnel, int *consumed_up, argument 92 int (*release_unused_bandwidth)(struct tb_tunnel *tunnel); argument [all …]
|
D | tunnel.c | 1582 void (*callback)(struct tb_tunnel *, void *), in tb_tunnel_alloc_dp() argument
|