Searched refs:dp_tunnel2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | test.c | 2280 struct tb_tunnel *dp_tunnel2; in TB_TEST_DP_TUNNEL2() local 2285 dp_tunnel2 = tb_tunnel_alloc_dp(NULL, in, out, 0, 0); in TB_TEST_DP_TUNNEL2() 2286 KUNIT_ASSERT_TRUE(test, dp_tunnel2 != NULL); in TB_TEST_DP_TUNNEL2() 2287 KUNIT_ASSERT_EQ(test, dp_tunnel2->npaths, (size_t)3); in TB_TEST_DP_TUNNEL2() 2289 path = dp_tunnel2->paths[0]; in TB_TEST_DP_TUNNEL2() 2296 path = dp_tunnel2->paths[1]; in TB_TEST_DP_TUNNEL2() 2303 path = dp_tunnel2->paths[2]; in TB_TEST_DP_TUNNEL2() 2310 return dp_tunnel2; in TB_TEST_DP_TUNNEL2() 2405 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local 2420 dp_tunnel2 = TB_TEST_DP_TUNNEL2(test, host, dev); in tb_test_credit_alloc_all() [all …]
|