Searched refs:tunnel2 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | test.c | 1210 struct tb_tunnel *tunnel1, *tunnel2; in tb_test_tunnel_pcie() local 1245 tunnel2 = tb_tunnel_alloc_pci(NULL, up, down); in tb_test_tunnel_pcie() 1246 KUNIT_ASSERT_TRUE(test, tunnel2 != NULL); in tb_test_tunnel_pcie() 1247 KUNIT_EXPECT_EQ(test, tunnel2->type, (enum tb_tunnel_type)TB_TUNNEL_PCI); in tb_test_tunnel_pcie() 1248 KUNIT_EXPECT_PTR_EQ(test, tunnel2->src_port, down); in tb_test_tunnel_pcie() 1249 KUNIT_EXPECT_PTR_EQ(test, tunnel2->dst_port, up); in tb_test_tunnel_pcie() 1250 KUNIT_ASSERT_EQ(test, tunnel2->npaths, (size_t)2); in tb_test_tunnel_pcie() 1251 KUNIT_ASSERT_EQ(test, tunnel2->paths[0]->path_length, 2); in tb_test_tunnel_pcie() 1252 KUNIT_EXPECT_PTR_EQ(test, tunnel2->paths[0]->hops[0].in_port, down); in tb_test_tunnel_pcie() 1253 KUNIT_EXPECT_PTR_EQ(test, tunnel2->paths[0]->hops[1].out_port, up); in tb_test_tunnel_pcie() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/ |
| H A D | 0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch | 241 tunnel2 \
|