Searched refs:tb_next_port_on_path (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/thunderbolt/ |
D | path.c | 282 in_port = tb_next_port_on_path(src, dst, out_port); in tb_path_alloc() 296 out_port = tb_next_port_on_path(src, dst, in_port); in tb_path_alloc()
|
D | tb.h | 1021 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, 1038 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1039 (p) = tb_next_port_on_path((src), (dst), (p)))
|
D | test.c | 416 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_basic() 419 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_basic() 435 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_not_connected_walk() 438 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk() 441 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk() 446 p = tb_next_port_on_path(dst_port, src_port, NULL); in tb_test_path_not_connected_walk() 449 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk() 452 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk()
|
D | switch.c | 841 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function
|