Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/octeontx2_dma/
H A Dotx2_dpi_test.c25 static struct dpi_cring_data_s cring; variable
97 ctx.c_ring = &cring; in dma_test_internal()
197 cring.compl_data = rte_malloc("dummy", sizeof(void *) * 1024, 128); in test_otx2_dma_rawdev()
198 if (!cring.compl_data) { in test_otx2_dma_rawdev()
203 cring.max_cnt = 1024; in test_otx2_dma_rawdev()
204 cring.head = 0; in test_otx2_dma_rawdev()
205 cring.tail = 0; in test_otx2_dma_rawdev()