Searched refs:pcie_tunnel (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/thunderbolt/ |
| D | test.c | 2304 struct tb_tunnel *pcie_tunnel; in TB_TEST_PCIE_TUNNEL() local 2309 pcie_tunnel = tb_tunnel_alloc_pci(NULL, up, down); in TB_TEST_PCIE_TUNNEL() 2310 KUNIT_ASSERT_NOT_NULL(test, pcie_tunnel); in TB_TEST_PCIE_TUNNEL() 2311 KUNIT_ASSERT_EQ(test, pcie_tunnel->npaths, (size_t)2); in TB_TEST_PCIE_TUNNEL() 2313 path = pcie_tunnel->paths[0]; in TB_TEST_PCIE_TUNNEL() 2320 path = pcie_tunnel->paths[1]; in TB_TEST_PCIE_TUNNEL() 2327 return pcie_tunnel; in TB_TEST_PCIE_TUNNEL() 2496 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local 2509 pcie_tunnel = TB_TEST_PCIE_TUNNEL(test, host, dev); in tb_test_credit_alloc_all() 2521 tb_tunnel_free(pcie_tunnel); in tb_test_credit_alloc_all()
|