Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dpath.c282 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 Dtest.c433 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 Dswitch.c854 struct tb_port *tb_next_port_on_path(struct tb_port *start, struct tb_port *end, in tb_next_port_on_path() function