Lines Matching refs:tb_path
101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover()
108 struct tb_path *path; in tb_path_discover()
238 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc()
244 struct tb_path *path; in tb_path_alloc()
358 void tb_path_free(struct tb_path *path) in tb_path_free()
379 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc()
449 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops()
464 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate()
490 int tb_path_activate(struct tb_path *path) in tb_path_activate()
583 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid()
603 bool tb_path_port_on_path(const struct tb_path *path, const struct tb_port *port) in tb_path_port_on_path()