Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring.h59 test_ring_mem_copy(void *dst, void * const *src, int esize, unsigned int num) in test_ring_mem_copy() function
75 test_ring_mem_copy(zcd->ptr1, src, esize, zcd->n1); in test_ring_copy_to()
82 test_ring_mem_copy(zcd->ptr2, src, in test_ring_copy_to()
92 test_ring_mem_copy(dst, zcd->ptr1, esize, zcd->n1); in test_ring_copy_from()
96 test_ring_mem_copy(dst, zcd->ptr2, esize, num - zcd->n1); in test_ring_copy_from()