Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thunderbolt/
Dtest.c2334 struct tb_tunnel *dp_tunnel1; in TB_TEST_DP_TUNNEL1() local
2339 dp_tunnel1 = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in TB_TEST_DP_TUNNEL1()
2340 KUNIT_ASSERT_NOT_NULL(test, dp_tunnel1); in TB_TEST_DP_TUNNEL1()
2341 KUNIT_ASSERT_EQ(test, dp_tunnel1->npaths, (size_t)3); in TB_TEST_DP_TUNNEL1()
2343 path = dp_tunnel1->paths[0]; in TB_TEST_DP_TUNNEL1()
2350 path = dp_tunnel1->paths[1]; in TB_TEST_DP_TUNNEL1()
2357 path = dp_tunnel1->paths[2]; in TB_TEST_DP_TUNNEL1()
2364 return dp_tunnel1; in TB_TEST_DP_TUNNEL1()
2496 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local
2510 dp_tunnel1 = TB_TEST_DP_TUNNEL1(test, host, dev); in tb_test_credit_alloc_all()
[all …]