Home
last modified time | relevance | path

Searched refs:cperf_op_fns (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf.h14 struct cperf_op_fns;
23 const struct cperf_op_fns *op_fns);
H A Dcperf_ops.h28 struct cperf_op_fns { struct
35 struct cperf_op_fns *op_fns); argument
H A Dcperf_test_pmd_cyclecount.h26 const struct cperf_op_fns *ops_fn);
H A Dcperf_test_throughput.h26 const struct cperf_op_fns *ops_fn);
H A Dcperf_test_latency.h25 const struct cperf_op_fns *ops_fn);
H A Dcperf_test_verify.h26 const struct cperf_op_fns *ops_fn);
H A Dcperf_test_throughput.c65 const struct cperf_op_fns *op_fns) in cperf_throughput_test_constructor()
H A Dcperf_test_latency.c66 const struct cperf_op_fns *op_fns) in cperf_latency_test_constructor()
H A Dcperf_test_verify.c58 const struct cperf_op_fns *op_fns) in cperf_verify_test_constructor()
H A Dcperf_test_pmd_cyclecount.c100 const struct cperf_op_fns *op_fns) in cperf_pmd_cyclecount_test_constructor()
H A Dcperf_ops.c817 struct cperf_op_fns *op_fns) in cperf_get_op_functions()
819 memset(op_fns, 0, sizeof(struct cperf_op_fns)); in cperf_get_op_functions()
H A Dmain.c510 struct cperf_op_fns op_fns; in main()