Searched refs:test_ring_deq_impl (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ring.c | 431 test_ring_deq_impl(struct rte_ring *r, void **obj, int esize, unsigned int n, in test_ring_deq_impl() function 629 ret = test_ring_deq_impl(r, cur_dst, esize[i], rand, in test_ring_burst_bulk_tests1() 644 ret = test_ring_deq_impl(r, cur_dst, esize[i], rsz, in test_ring_burst_bulk_tests1() 729 ret = test_ring_deq_impl(r, cur_dst, esize[i], 1, test_idx); in test_ring_burst_bulk_tests2() 734 ret = test_ring_deq_impl(r, cur_dst, esize[i], 2, test_idx); in test_ring_burst_bulk_tests2() 739 ret = test_ring_deq_impl(r, cur_dst, esize[i], MAX_BULK, in test_ring_burst_bulk_tests2() 808 ret = test_ring_deq_impl(r, cur_dst, esize[i], MAX_BULK, in test_ring_burst_bulk_tests3() 910 ret = test_ring_deq_impl(r, cur_dst, esize[i], MAX_BULK, in test_ring_burst_bulk_tests4() 918 ret = test_ring_deq_impl(r, cur_dst, esize[i], 2, test_idx); in test_ring_burst_bulk_tests4() 927 ret = test_ring_deq_impl(r, cur_dst, esize[i], num_elems, in test_ring_burst_bulk_tests4()
|