Lines Matching refs:tb_path
100 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
106 struct tb_path *path;
226 * Return: Returns a tb_path on success or NULL on failure.
228 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
234 struct tb_path *path;
346 void tb_path_free(struct tb_path *path)
365 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop)
428 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop)
443 void tb_path_deactivate(struct tb_path *path)
468 int tb_path_activate(struct tb_path *path)
560 bool tb_path_is_invalid(struct tb_path *path)
580 bool tb_path_port_on_path(const struct tb_path *path, const struct tb_port *port)