Lines Matching refs:test_idx

422 	unsigned int test_idx)  in test_ring_enq_impl()  argument
425 return test_enqdeq_impl[test_idx].enq.flegacy(r, obj, n, NULL); in test_ring_enq_impl()
427 return test_enqdeq_impl[test_idx].enq.felem(r, obj, esize, n, in test_ring_enq_impl()
433 unsigned int test_idx) in test_ring_deq_impl() argument
436 return test_enqdeq_impl[test_idx].deq.flegacy(r, obj, n, NULL); in test_ring_deq_impl()
438 return test_enqdeq_impl[test_idx].deq.felem(r, obj, esize, n, in test_ring_deq_impl()
588 test_ring_burst_bulk_tests1(unsigned int test_idx) in test_ring_burst_bulk_tests1() argument
598 test_ring_print_test_string(test_enqdeq_impl[test_idx].desc, in test_ring_burst_bulk_tests1()
599 test_enqdeq_impl[test_idx].api_type, esize[i]); in test_ring_burst_bulk_tests1()
604 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests1()
627 test_idx); in test_ring_burst_bulk_tests1()
631 test_idx); in test_ring_burst_bulk_tests1()
636 test_idx); in test_ring_burst_bulk_tests1()
646 test_idx); in test_ring_burst_bulk_tests1()
685 test_ring_burst_bulk_tests2(unsigned int test_idx) in test_ring_burst_bulk_tests2() argument
693 test_ring_print_test_string(test_enqdeq_impl[test_idx].desc, in test_ring_burst_bulk_tests2()
694 test_enqdeq_impl[test_idx].api_type, esize[i]); in test_ring_burst_bulk_tests2()
699 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests2()
715 ret = test_ring_enq_impl(r, cur_src, esize[i], 1, test_idx); in test_ring_burst_bulk_tests2()
720 ret = test_ring_enq_impl(r, cur_src, esize[i], 2, test_idx); in test_ring_burst_bulk_tests2()
726 test_idx); in test_ring_burst_bulk_tests2()
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()
741 test_idx); in test_ring_burst_bulk_tests2()
772 test_ring_burst_bulk_tests3(unsigned int test_idx) in test_ring_burst_bulk_tests3() argument
780 test_ring_print_test_string(test_enqdeq_impl[test_idx].desc, in test_ring_burst_bulk_tests3()
781 test_enqdeq_impl[test_idx].api_type, esize[i]); in test_ring_burst_bulk_tests3()
786 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests3()
804 test_idx); in test_ring_burst_bulk_tests3()
810 test_idx); in test_ring_burst_bulk_tests3()
843 test_ring_burst_bulk_tests4(unsigned int test_idx) in test_ring_burst_bulk_tests4() argument
851 api_type = test_enqdeq_impl[test_idx].api_type; in test_ring_burst_bulk_tests4()
854 test_ring_print_test_string(test_enqdeq_impl[test_idx].desc, in test_ring_burst_bulk_tests4()
855 test_enqdeq_impl[test_idx].api_type, esize[i]); in test_ring_burst_bulk_tests4()
860 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests4()
878 test_idx); in test_ring_burst_bulk_tests4()
885 ret = test_ring_enq_impl(r, cur_src, esize[i], 2, test_idx); in test_ring_burst_bulk_tests4()
897 test_idx); in test_ring_burst_bulk_tests4()
906 test_idx); in test_ring_burst_bulk_tests4()
912 test_idx); 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()
929 test_idx); in test_ring_burst_bulk_tests4()