Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dswitch.c772 int port_max_hopid; in tb_port_alloc_hopid() local
776 port_max_hopid = port->config.max_in_hop_id; in tb_port_alloc_hopid()
779 port_max_hopid = port->config.max_out_hop_id; in tb_port_alloc_hopid()
790 if (max_hopid < 0 || max_hopid > port_max_hopid) in tb_port_alloc_hopid()
791 max_hopid = port_max_hopid; in tb_port_alloc_hopid()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dswitch.c752 int port_max_hopid; in tb_port_alloc_hopid() local
756 port_max_hopid = port->config.max_in_hop_id; in tb_port_alloc_hopid()
759 port_max_hopid = port->config.max_out_hop_id; in tb_port_alloc_hopid()
770 if (max_hopid < 0 || max_hopid > port_max_hopid) in tb_port_alloc_hopid()
771 max_hopid = port_max_hopid; in tb_port_alloc_hopid()

Completed in 7 milliseconds