Searched refs:test_ring_deq_impl (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.c | 432 test_ring_deq_impl(struct rte_ring *r, void **obj, int esize, unsigned int n, in test_ring_deq_impl() function 630 ret = test_ring_deq_impl(r, cur_dst, esize[i], rand, in test_ring_burst_bulk_tests1() 645 ret = test_ring_deq_impl(r, cur_dst, esize[i], rsz, in test_ring_burst_bulk_tests1() 730 ret = test_ring_deq_impl(r, cur_dst, esize[i], 1, test_idx); in test_ring_burst_bulk_tests2() 735 ret = test_ring_deq_impl(r, cur_dst, esize[i], 2, test_idx); in test_ring_burst_bulk_tests2() 740 ret = test_ring_deq_impl(r, cur_dst, esize[i], MAX_BULK, in test_ring_burst_bulk_tests2() 809 ret = test_ring_deq_impl(r, cur_dst, esize[i], MAX_BULK, in test_ring_burst_bulk_tests3() 911 ret = test_ring_deq_impl(r, cur_dst, esize[i], MAX_BULK, in test_ring_burst_bulk_tests4() 919 ret = test_ring_deq_impl(r, cur_dst, esize[i], 2, test_idx); in test_ring_burst_bulk_tests4() 928 ret = test_ring_deq_impl(r, cur_dst, esize[i], num_elems, in test_ring_burst_bulk_tests4()
|