Searched refs:src_hopid (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | path.c | 34 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() 101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover() argument 114 if (src_hopid < 0 && dst) { in tb_path_discover() 122 src_hopid = tb_path_find_src_hopid(src, dst, dst_hopid); in tb_path_discover() 123 if (!src_hopid) in tb_path_discover() 128 h = src_hopid; in tb_path_discover() 173 h = src_hopid; in tb_path_discover() 215 src_hopid); in tb_path_discover() 238 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc() argument [all …]
|
D | tb.h | 1072 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, 1076 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
|