Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dswitch.c655 int port_max_hopid; in tb_port_alloc_hopid() local
659 port_max_hopid = port->config.max_in_hop_id; in tb_port_alloc_hopid()
662 port_max_hopid = port->config.max_out_hop_id; in tb_port_alloc_hopid()
670 if (max_hopid < 0 || max_hopid > port_max_hopid) in tb_port_alloc_hopid()
671 max_hopid = port_max_hopid; in tb_port_alloc_hopid()