Home
last modified time | relevance | path

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

/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h36 typedef void (*opt_check)(void); typedef
43 opt_check check_opt;
/dpdk/app/test-eventdev/
H A Devt_main.c88 if (test->ops.opt_check) { in main()
89 if (test->ops.opt_check(&opt)) { in main()
H A Devt_test.h55 evt_test_options_check_t opt_check; member
H A Dtest_order_atq.c207 .opt_check = order_opt_check,
H A Dtest_order_queue.c218 .opt_check = order_opt_check,
H A Dtest_perf_atq.c348 .opt_check = perf_atq_opt_check,
H A Dtest_perf_queue.c365 .opt_check = perf_queue_opt_check,
H A Dtest_pipeline_atq.c792 .opt_check = pipeline_atq_opt_check,
H A Dtest_pipeline_queue.c823 .opt_check = pipeline_queue_opt_check,