Searched refs:tb_next_port_on_path (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/thunderbolt/ |
D | path.c | 270 in_port = tb_next_port_on_path(src, dst, out_port); in tb_path_alloc() 284 out_port = tb_next_port_on_path(src, dst, in_port); in tb_path_alloc()
|
D | tb.h | 909 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, 926 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 927 (p) = tb_next_port_on_path((src), (dst), (p)))
|
D | test.c | 375 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_basic() 378 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_basic() 394 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_not_connected_walk() 397 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk() 400 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk() 405 p = tb_next_port_on_path(dst_port, src_port, NULL); in tb_test_path_not_connected_walk() 408 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk() 411 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk()
|
D | switch.c | 882 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function
|