Searched refs:dst_hopid (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | path.c | 35 int dst_hopid) in tb_path_find_dst_port() argument 62 return out_port && hopid == dst_hopid ? out_port : NULL; in tb_path_find_dst_port() 66 const struct tb_port *dst, int dst_hopid) in tb_path_find_src_hopid() argument 72 out = tb_path_find_dst_port(src, i, dst_hopid); in tb_path_find_src_hopid() 101 struct tb_port *dst, int dst_hopid, in tb_path_discover() argument 120 src_hopid = tb_path_find_src_hopid(src, dst, dst_hopid); in tb_path_discover() 229 struct tb_port *dst, int dst_hopid, int link_nr, in tb_path_alloc() argument 311 ret = tb_port_alloc_out_hopid(out_port, dst_hopid, in tb_path_alloc() 312 dst_hopid); in tb_path_alloc()
|
D | tb.h | 889 struct tb_port *dst, int dst_hopid, 892 struct tb_port *dst, int dst_hopid, int link_nr,
|