Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dpath.c88 * @alloc_hopid: Allocate HopIDs for the ports
92 * @alloc_hopid is true). Call tb_path_free() to release the path and
104 bool alloc_hopid) in tb_path_discover() argument
161 path->alloc_hopid = alloc_hopid; in tb_path_discover()
186 if (alloc_hopid && tb_port_alloc_in_hopid(p, h, h) < 0) in tb_path_discover()
192 if (alloc_hopid && in tb_path_discover()
276 path->alloc_hopid = true; in tb_path_alloc()
360 if (path->alloc_hopid) { in tb_path_free()
H A Dtunnel.h111 bool alloc_hopid);
117 bool alloc_hopid);
130 bool alloc_hopid); in tb_tunnel_is_dp()