Home
last modified time | relevance | path

Searched refs:tb_path (Results 1 – 4 of 4) sorted by relevance

/drivers/thunderbolt/
Dpath.c35 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops) in tb_path_alloc()
37 struct tb_path *path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_alloc()
53 void tb_path_free(struct tb_path *path) in tb_path_free()
63 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc()
76 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops()
90 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate()
115 int tb_path_activate(struct tb_path *path) in tb_path_activate()
224 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid()
Dtb.h79 struct tb_path { struct
238 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops);
239 void tb_path_free(struct tb_path *path);
240 int tb_path_activate(struct tb_path *path);
241 void tb_path_deactivate(struct tb_path *path);
242 bool tb_path_is_invalid(struct tb_path *path);
Dtunnel_pci.h16 struct tb_path *path_to_up;
17 struct tb_path *path_to_down;
Dtunnel_pci.c31 static void tb_pci_init_path(struct tb_path *path) in tb_pci_init_path()