Searched refs:dst_hopid (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A 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() 102 struct tb_port *dst, int dst_hopid, in tb_path_discover() argument 122 src_hopid = tb_path_find_src_hopid(src, dst, dst_hopid); in tb_path_discover() 239 struct tb_port *dst, int dst_hopid, int link_nr, in tb_path_alloc() argument 323 ret = tb_port_alloc_out_hopid(out_port, dst_hopid, in tb_path_alloc() 324 dst_hopid); in tb_path_alloc()
|
H A D | tb.h | 1129 struct tb_port *dst, int dst_hopid, 1133 struct tb_port *dst, int dst_hopid, int link_nr,
|