• Home
  • Raw
  • Download

Lines Matching refs:dst_port

298 	struct tb_port *src_port, *dst_port, *p;  in tb_test_path_basic()  local
304 dst_port = src_port; in tb_test_path_basic()
306 p = tb_next_port_on_path(src_port, dst_port, NULL); in tb_test_path_basic()
307 KUNIT_EXPECT_PTR_EQ(test, p, dst_port); in tb_test_path_basic()
309 p = tb_next_port_on_path(src_port, dst_port, p); in tb_test_path_basic()
315 struct tb_port *src_port, *dst_port, *p; in tb_test_path_not_connected_walk() local
323 dst_port = &dev->ports[16]; in tb_test_path_not_connected_walk()
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()
337 KUNIT_EXPECT_PTR_EQ(test, p, dst_port); 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()
369 struct tb_port *src_port, *dst_port, *p; in tb_test_path_single_hop_walk() local
377 dst_port = &dev->ports[9]; in tb_test_path_single_hop_walk()
382 tb_for_each_port_on_path(src_port, dst_port, p) { in tb_test_path_single_hop_walk()
394 tb_for_each_port_on_path(dst_port, src_port, p) { in tb_test_path_single_hop_walk()
427 struct tb_port *src_port, *dst_port, *p; in tb_test_path_daisy_chain_walk() local
436 dst_port = &dev2->ports[13]; in tb_test_path_daisy_chain_walk()
441 tb_for_each_port_on_path(src_port, dst_port, p) { in tb_test_path_daisy_chain_walk()
453 tb_for_each_port_on_path(dst_port, src_port, p) { in tb_test_path_daisy_chain_walk()
488 struct tb_port *src_port, *dst_port, *p; in tb_test_path_simple_tree_walk() local
499 dst_port = &dev3->ports[13]; in tb_test_path_simple_tree_walk()
504 tb_for_each_port_on_path(src_port, dst_port, p) { in tb_test_path_simple_tree_walk()
516 tb_for_each_port_on_path(dst_port, src_port, p) { in tb_test_path_simple_tree_walk()
568 struct tb_port *src_port, *dst_port, *p; in tb_test_path_complex_tree_walk() local
583 dst_port = &dev9->ports[14]; in tb_test_path_complex_tree_walk()
588 tb_for_each_port_on_path(src_port, dst_port, p) { in tb_test_path_complex_tree_walk()
600 tb_for_each_port_on_path(dst_port, src_port, p) { in tb_test_path_complex_tree_walk()
616 struct tb_port *src_port, *dst_port, *p; in tb_test_path_max_length_walk() local
686 dst_port = &dev12->ports[13]; in tb_test_path_max_length_walk()
691 tb_for_each_port_on_path(src_port, dst_port, p) { in tb_test_path_max_length_walk()
703 tb_for_each_port_on_path(dst_port, src_port, p) { in tb_test_path_max_length_walk()
1234 KUNIT_EXPECT_PTR_EQ(test, tunnel1->dst_port, up); in tb_test_tunnel_pcie()
1249 KUNIT_EXPECT_PTR_EQ(test, tunnel2->dst_port, up); in tb_test_tunnel_pcie()
1286 KUNIT_EXPECT_PTR_EQ(test, tunnel->dst_port, out); in tb_test_tunnel_dp()
1332 KUNIT_EXPECT_PTR_EQ(test, tunnel->dst_port, out); in tb_test_tunnel_dp_chain()
1382 KUNIT_EXPECT_PTR_EQ(test, tunnel->dst_port, out); in tb_test_tunnel_dp_tree()
1447 KUNIT_EXPECT_PTR_EQ(test, tunnel->dst_port, out); in tb_test_tunnel_dp_max_length()
1503 KUNIT_EXPECT_PTR_EQ(test, tunnel1->dst_port, up); in tb_test_tunnel_usb3()
1518 KUNIT_EXPECT_PTR_EQ(test, tunnel2->dst_port, up); in tb_test_tunnel_usb3()