Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dpath.c34 static struct tb_port *tb_path_find_dst_port(struct tb_port *src, int src_hopid, in tb_path_find_dst_port() argument
42 hopid = src_hopid; in tb_path_find_dst_port()
100 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover() argument
112 if (src_hopid < 0 && dst) { in tb_path_discover()
120 src_hopid = tb_path_find_src_hopid(src, dst, dst_hopid); in tb_path_discover()
121 if (!src_hopid) in tb_path_discover()
126 h = src_hopid; in tb_path_discover()
167 h = src_hopid; in tb_path_discover()
205 src_hopid); in tb_path_discover()
227 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc() argument
[all …]
Dtb.h619 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
622 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,