Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_dmadev_api.c17 #define TEST_MEMCPY_SIZE 1024 macro
39 src = rte_malloc("dmadev_test_src", TEST_MEMCPY_SIZE, 0); in testsuite_setup()
42 dst = rte_malloc("dmadev_test_dst", TEST_MEMCPY_SIZE, 0); in testsuite_setup()
406 for (i = 0; i < TEST_MEMCPY_SIZE; i++) in setup_memory()
408 memset(dst, 0, TEST_MEMCPY_SIZE); in setup_memory()
416 for (i = 0; i < TEST_MEMCPY_SIZE; i++) { in verify_memory()
445 TEST_MEMCPY_SIZE, 0); in test_dma_completed()
467 TEST_MEMCPY_SIZE, RTE_DMA_OP_FLAG_SUBMIT); in test_dma_completed()
502 TEST_MEMCPY_SIZE, RTE_DMA_OP_FLAG_SUBMIT); in test_dma_completed_status()
521 TEST_MEMCPY_SIZE, RTE_DMA_OP_FLAG_SUBMIT); in test_dma_completed_status()