hopid              40 drivers/thunderbolt/path.c 	int i, ret, hopid;
hopid              42 drivers/thunderbolt/path.c 	hopid = src_hopid;
hopid              48 drivers/thunderbolt/path.c 		ret = tb_port_read(port, &hop, TB_CFG_HOPS, 2 * hopid, 2);
hopid              50 drivers/thunderbolt/path.c 			tb_port_warn(port, "failed to read path at %d\n", hopid);
hopid              58 drivers/thunderbolt/path.c 		hopid = hop.next_hop;
hopid              62 drivers/thunderbolt/path.c 	return out_port && hopid == dst_hopid ? out_port : NULL;
hopid             735 drivers/thunderbolt/switch.c void tb_port_release_in_hopid(struct tb_port *port, int hopid)
hopid             737 drivers/thunderbolt/switch.c 	ida_simple_remove(&port->in_hopids, hopid);
hopid             745 drivers/thunderbolt/switch.c void tb_port_release_out_hopid(struct tb_port *port, int hopid)
hopid             747 drivers/thunderbolt/switch.c 	ida_simple_remove(&port->out_hopids, hopid);
hopid             598 drivers/thunderbolt/tb.h int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid);
hopid             599 drivers/thunderbolt/tb.h void tb_port_release_in_hopid(struct tb_port *port, int hopid);
hopid             600 drivers/thunderbolt/tb.h int tb_port_alloc_out_hopid(struct tb_port *port, int hopid, int max_hopid);
hopid             601 drivers/thunderbolt/tb.h void tb_port_release_out_hopid(struct tb_port *port, int hopid);