Searched refs:tb_next_port_on_path (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.h | 1047 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, 1079 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1080 (p) = tb_next_port_on_path((src), (dst), (p))) 1091 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1092 (p) = tb_next_port_on_path((src), (dst), (p))) \
|
H A 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()
|
H A 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()
|
H A D | switch.c | 853 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function
|