Searched refs:pcie_tunnel (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/thunderbolt/ |
| D | test.c | 2213 struct tb_tunnel *pcie_tunnel; in TB_TEST_PCIE_TUNNEL() local 2218 pcie_tunnel = tb_tunnel_alloc_pci(NULL, up, down); in TB_TEST_PCIE_TUNNEL() 2219 KUNIT_ASSERT_TRUE(test, pcie_tunnel != NULL); in TB_TEST_PCIE_TUNNEL() 2220 KUNIT_ASSERT_EQ(test, pcie_tunnel->npaths, (size_t)2); in TB_TEST_PCIE_TUNNEL() 2222 path = pcie_tunnel->paths[0]; in TB_TEST_PCIE_TUNNEL() 2229 path = pcie_tunnel->paths[1]; in TB_TEST_PCIE_TUNNEL() 2236 return pcie_tunnel; in TB_TEST_PCIE_TUNNEL() 2405 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local 2418 pcie_tunnel = TB_TEST_PCIE_TUNNEL(test, host, dev); in tb_test_credit_alloc_all() 2430 tb_tunnel_free(pcie_tunnel); in tb_test_credit_alloc_all()
|