Searched refs:tunnel3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/thunderbolt/ |
D | test.c | 2205 struct tb_tunnel *tunnel1, *tunnel2, *tunnel3; in tb_test_credit_alloc_dma_multiple() local 2270 tunnel3 = tb_tunnel_alloc_dma(NULL, nhi, port, 10, 3, 10, 3); in tb_test_credit_alloc_dma_multiple() 2271 KUNIT_ASSERT_NULL(test, tunnel3); in tb_test_credit_alloc_dma_multiple() 2279 tunnel3 = tb_tunnel_alloc_dma(NULL, nhi, port, 10, 3, 10, 3); in tb_test_credit_alloc_dma_multiple() 2280 KUNIT_ASSERT_NOT_NULL(test, tunnel3); in tb_test_credit_alloc_dma_multiple() 2282 path = tunnel3->paths[0]; in tb_test_credit_alloc_dma_multiple() 2289 path = tunnel3->paths[1]; in tb_test_credit_alloc_dma_multiple() 2296 tb_tunnel_free(tunnel3); in tb_test_credit_alloc_dma_multiple()
|