Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring_mt_peek_stress_zc.c36 test_ring_copy_to(&zcd, obj, -1, n); in _st_ring_enqueue_bulk()
H A Dtest_ring_st_peek_stress_zc.c45 test_ring_copy_to(&zcd, obj, -1, m); in _st_ring_enqueue_bulk()
H A Dtest_ring.c85 test_ring_copy_to(&zcd, obj_table, sizeof(void *), ret); in test_ring_enqueue_zc_bulk()
103 test_ring_copy_to(&zcd, obj_table, esize, ret); in test_ring_enqueue_zc_bulk_elem()
120 test_ring_copy_to(&zcd, obj_table, sizeof(void *), ret); in test_ring_enqueue_zc_burst()
138 test_ring_copy_to(&zcd, obj_table, esize, ret); in test_ring_enqueue_zc_burst_elem()
H A Dtest_ring.h72 test_ring_copy_to(struct rte_ring_zc_data *zcd, void * const *src, int esize, in test_ring_copy_to() function