Searched refs:port_max_hopid (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dswitch.c760 int port_max_hopid; local
764 port_max_hopid = port->config.max_in_hop_id;
767 port_max_hopid = port->config.max_out_hop_id;
778 if (max_hopid < 0 || max_hopid > port_max_hopid)
779 max_hopid = port_max_hopid;

Completed in 132 milliseconds