Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtest.c2386 struct tb_tunnel *pcie_tunnel; in TB_TEST_PCIE_TUNNEL() local
2391 pcie_tunnel = tb_tunnel_alloc_pci(NULL, up, down); in TB_TEST_PCIE_TUNNEL()
2392 KUNIT_ASSERT_NOT_NULL(test, pcie_tunnel); in TB_TEST_PCIE_TUNNEL()
2393 KUNIT_ASSERT_EQ(test, pcie_tunnel->npaths, (size_t)2); in TB_TEST_PCIE_TUNNEL()
2395 path = pcie_tunnel->paths[0]; in TB_TEST_PCIE_TUNNEL()
2402 path = pcie_tunnel->paths[1]; in TB_TEST_PCIE_TUNNEL()
2409 return pcie_tunnel; in TB_TEST_PCIE_TUNNEL()
2578 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local
2591 pcie_tunnel = TB_TEST_PCIE_TUNNEL(test, host, dev); in tb_test_credit_alloc_all()
2603 tb_tunnel_free(pcie_tunnel); in tb_test_credit_alloc_all()