Lines Matching defs:dp_tunnel1
2416 struct tb_tunnel *dp_tunnel1;
2421 dp_tunnel1 = tb_tunnel_alloc_dp(NULL, in, out, 1, 0, 0);
2422 KUNIT_ASSERT_NOT_NULL(test, dp_tunnel1);
2423 KUNIT_ASSERT_EQ(test, dp_tunnel1->npaths, (size_t)3);
2425 path = dp_tunnel1->paths[0];
2432 path = dp_tunnel1->paths[1];
2439 path = dp_tunnel1->paths[2];
2446 return dp_tunnel1;
2578 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel;
2592 dp_tunnel1 = TB_TEST_DP_TUNNEL1(test, host, dev);
2602 tb_tunnel_free(dp_tunnel1);