Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dpath.c180 if (tb_port_alloc_in_hopid(p, h, h) < 0) in tb_path_discover()
279 ret = tb_port_alloc_in_hopid(in_port, in_hopid, in_hopid); in tb_path_alloc()
Dtb.h847 int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid);
Dswitch.c811 int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_in_hopid() function