port_max_hopid    681 drivers/thunderbolt/switch.c 	int port_max_hopid;
port_max_hopid    685 drivers/thunderbolt/switch.c 		port_max_hopid = port->config.max_in_hop_id;
port_max_hopid    688 drivers/thunderbolt/switch.c 		port_max_hopid = port->config.max_out_hop_id;
port_max_hopid    696 drivers/thunderbolt/switch.c 	if (max_hopid < 0 || max_hopid > port_max_hopid)
port_max_hopid    697 drivers/thunderbolt/switch.c 		max_hopid = port_max_hopid;