Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/
Dpath.c186 if (alloc_hopid && tb_port_alloc_in_hopid(p, h, h) < 0) in tb_path_discover()
291 ret = tb_port_alloc_in_hopid(in_port, in_hopid, in_hopid); in tb_path_alloc()
Dtb.h1036 int tb_port_alloc_in_hopid(struct tb_port *port, int hopid, int max_hopid);
Dswitch.c785 int tb_port_alloc_in_hopid(struct tb_port *port, int min_hopid, int max_hopid) in tb_port_alloc_in_hopid() function