Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtest.c2416 struct tb_tunnel *dp_tunnel1; in TB_TEST_DP_TUNNEL1() local
2421 dp_tunnel1 = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in TB_TEST_DP_TUNNEL1()
2422 KUNIT_ASSERT_NOT_NULL(test, dp_tunnel1); in TB_TEST_DP_TUNNEL1()
2423 KUNIT_ASSERT_EQ(test, dp_tunnel1->npaths, (size_t)3); in TB_TEST_DP_TUNNEL1()
2425 path = dp_tunnel1->paths[0]; in TB_TEST_DP_TUNNEL1()
2432 path = dp_tunnel1->paths[1]; in TB_TEST_DP_TUNNEL1()
2439 path = dp_tunnel1->paths[2]; in TB_TEST_DP_TUNNEL1()
2446 return dp_tunnel1; in TB_TEST_DP_TUNNEL1()
2578 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local
2592 dp_tunnel1 = TB_TEST_DP_TUNNEL1(test, host, dev); in tb_test_credit_alloc_all()
[all …]