Searched refs:tb_next_port_on_path (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/thunderbolt/ |
D | tb.h | 1085 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, 1117 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1118 (p) = tb_next_port_on_path((src), (dst), (p))) 1129 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1130 (p) = tb_next_port_on_path((src), (dst), (p))) \
|
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 | test.c | 433 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_basic() 436 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_basic() 452 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_not_connected_walk() 455 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk() 458 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk() 463 p = tb_next_port_on_path(dst_port, src_port, NULL); in tb_test_path_not_connected_walk() 466 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk() 469 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk()
|
D | switch.c | 854 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function
|