Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A 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()
83 * @src_hopid: Starting HopID of a path (%-1 if don't care)
89 * Follows a path starting from @src and @src_hopid to the last output
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()
228 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) tb_path_alloc() argument
[all...]
H A Dtb.h888 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
891 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A 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()
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, 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()
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) tb_path_alloc() argument
[all...]
H A Dtb.h1089 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid,
1093 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid,

Completed in 6 milliseconds