Home
last modified time | relevance | path

Searched refs:tb_next_port_on_path (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/thunderbolt/
Dtest.c306 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_basic()
309 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_basic()
325 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_not_connected_walk()
328 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk()
331 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_not_connected_walk()
336 p = tb_next_port_on_path(dst_port, src_port, NULL); in tb_test_path_not_connected_walk()
339 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk()
342 p = tb_next_port_on_path(dst_port, src_port, p); in tb_test_path_not_connected_walk()
Dpath.c270 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()
Dtb.h851 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end,
863 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \
864 (p) = tb_next_port_on_path((src), (dst), (p)))
Dswitch.c872 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function