max_hopid         679 drivers/thunderbolt/switch.c 			       int max_hopid)
max_hopid         696 drivers/thunderbolt/switch.c 	if (max_hopid < 0 || max_hopid > port_max_hopid)
max_hopid         697 drivers/thunderbolt/switch.c 		max_hopid = port_max_hopid;
max_hopid         699 drivers/thunderbolt/switch.c 	return ida_simple_get(ida, min_hopid, max_hopid + 1, GFP_KERNEL);
max_hopid         711 drivers/thunderbolt/switch.c int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid)
max_hopid         713 drivers/thunderbolt/switch.c 	return tb_port_alloc_hopid(port, true, min_hopid, max_hopid);
max_hopid         725 drivers/thunderbolt/switch.c int tb_port_alloc_out_hopid(struct tb_port *port, int min_hopid, int max_hopid)
max_hopid         727 drivers/thunderbolt/switch.c 	return tb_port_alloc_hopid(port, false, min_hopid, max_hopid);
max_hopid         598 drivers/thunderbolt/tb.h int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid);
max_hopid         600 drivers/thunderbolt/tb.h int tb_port_alloc_out_hopid(struct tb_port *port, int hopid, int max_hopid);