Searched refs:dp_tunnel2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 2453 struct tb_tunnel *dp_tunnel2; in TB_TEST_DP_TUNNEL2() local 2458 dp_tunnel2 = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0); in TB_TEST_DP_TUNNEL2() 2459 KUNIT_ASSERT_NOT_NULL(test, dp_tunnel2); in TB_TEST_DP_TUNNEL2() 2460 KUNIT_ASSERT_EQ(test, dp_tunnel2->npaths, (size_t)3); in TB_TEST_DP_TUNNEL2() 2462 path = dp_tunnel2->paths[0]; in TB_TEST_DP_TUNNEL2() 2469 path = dp_tunnel2->paths[1]; in TB_TEST_DP_TUNNEL2() 2476 path = dp_tunnel2->paths[2]; in TB_TEST_DP_TUNNEL2() 2483 return dp_tunnel2; in TB_TEST_DP_TUNNEL2() 2578 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local 2593 dp_tunnel2 = TB_TEST_DP_TUNNEL2(test, host, dev); in tb_test_credit_alloc_all() [all …]
|