Searched refs:dma_tunnel2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 2550 struct tb_tunnel *dma_tunnel2; in TB_TEST_DMA_TUNNEL2() local 2555 dma_tunnel2 = tb_tunnel_alloc_dma(NULL, nhi, port, 9, 2, 9, 2); in TB_TEST_DMA_TUNNEL2() 2556 KUNIT_ASSERT_NOT_NULL(test, dma_tunnel2); in TB_TEST_DMA_TUNNEL2() 2557 KUNIT_ASSERT_EQ(test, dma_tunnel2->npaths, (size_t)2); in TB_TEST_DMA_TUNNEL2() 2559 path = dma_tunnel2->paths[0]; in TB_TEST_DMA_TUNNEL2() 2566 path = dma_tunnel2->paths[1]; in TB_TEST_DMA_TUNNEL2() 2573 return dma_tunnel2; in TB_TEST_DMA_TUNNEL2() 2579 struct tb_tunnel *dma_tunnel1, *dma_tunnel2; in tb_test_credit_alloc_all() local 2596 dma_tunnel2 = TB_TEST_DMA_TUNNEL2(test, host, dev); in tb_test_credit_alloc_all() 2598 tb_tunnel_free(dma_tunnel2); in tb_test_credit_alloc_all()
|