Searched refs:dp_tunnel2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/thunderbolt/ |
| D | test.c | 2371 struct tb_tunnel *dp_tunnel2; in TB_TEST_DP_TUNNEL2() local 2376 dp_tunnel2 = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in TB_TEST_DP_TUNNEL2() 2377 KUNIT_ASSERT_NOT_NULL(test, dp_tunnel2); in TB_TEST_DP_TUNNEL2() 2378 KUNIT_ASSERT_EQ(test, dp_tunnel2->npaths, (size_t)3); in TB_TEST_DP_TUNNEL2() 2380 path = dp_tunnel2->paths[0]; in TB_TEST_DP_TUNNEL2() 2387 path = dp_tunnel2->paths[1]; in TB_TEST_DP_TUNNEL2() 2394 path = dp_tunnel2->paths[2]; in TB_TEST_DP_TUNNEL2() 2401 return dp_tunnel2; in TB_TEST_DP_TUNNEL2() 2496 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local 2511 dp_tunnel2 = TB_TEST_DP_TUNNEL2(test, host, dev); in tb_test_credit_alloc_all() [all …]
|