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

/linux-master/drivers/thunderbolt/
H A Dpath.c34 static struct tb_port *tb_path_find_dst_port(struct tb_port *src, int src_hopid, argument
42 hopid = src_hopid;
83 * @src_hopid: Starting HopID of a path (%-1 if don't care)
90 * Follows a path starting from @src and @src_hopid to the last output
101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, argument
114 if (src_hopid < 0 && dst) {
122 src_hopid = tb_path_find_src_hopid(src, dst, dst_hopid);
123 if (!src_hopid)
128 h = src_hopid;
173 h = src_hopid;
238 tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, struct tb_port *dst, int dst_hopid, int link_nr, const char *name) argument
[all...]
H A Dtb.h1157 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
1161 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,

Completed in 135 milliseconds