Lines Matching refs:tb_path
100 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover()
106 struct tb_path *path; in tb_path_discover()
228 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc()
234 struct tb_path *path; in tb_path_alloc()
346 void tb_path_free(struct tb_path *path) in tb_path_free()
365 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc()
435 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops()
450 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate()
476 int tb_path_activate(struct tb_path *path) in tb_path_activate()
569 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid()
589 bool tb_path_port_on_path(const struct tb_path *path, const struct tb_port *port) in tb_path_port_on_path()