Home
last modified time | relevance | path

Searched refs:populate_ops (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c23 cperf_populate_ops_t populate_ops; member
76 ctx->populate_ops = op_fns->populate_ops; in cperf_throughput_test_constructor()
177 (ctx->populate_ops)(ops, ctx->src_buf_offset, in cperf_throughput_test_runner()
H A Dcperf_test_pmd_cyclecount.c32 cperf_populate_ops_t populate_ops; member
115 ctx->populate_ops = op_fns->populate_ops; in cperf_pmd_cyclecount_test_constructor()
178 (state->ctx->populate_ops)(ops, in pmd_cyclecount_bench_ops()
229 (state->ctx->populate_ops)(ops, in pmd_cyclecount_build_ops()
H A Dcperf_test_latency.c29 cperf_populate_ops_t populate_ops; member
78 ctx->populate_ops = op_fns->populate_ops; in cperf_latency_test_constructor()
199 (ctx->populate_ops)(ops, ctx->src_buf_offset, in cperf_latency_test_runner()
H A Dcperf_test_verify.c23 cperf_populate_ops_t populate_ops; member
69 ctx->populate_ops = op_fns->populate_ops; in cperf_verify_test_constructor()
299 (ctx->populate_ops)(ops, ctx->src_buf_offset, in cperf_verify_test_runner()
H A Dcperf_ops.h30 cperf_populate_ops_t populate_ops; member
H A Dcperf_ops.c824 op_fns->populate_ops = cperf_set_ops_aead; in cperf_get_op_functions()
830 op_fns->populate_ops = cperf_set_ops_cipher_auth; in cperf_get_op_functions()
835 op_fns->populate_ops = cperf_set_ops_null_auth; in cperf_get_op_functions()
837 op_fns->populate_ops = cperf_set_ops_auth; in cperf_get_op_functions()
842 op_fns->populate_ops = cperf_set_ops_null_cipher; in cperf_get_op_functions()
844 op_fns->populate_ops = cperf_set_ops_cipher; in cperf_get_op_functions()
849 op_fns->populate_ops = cperf_set_ops_security; in cperf_get_op_functions()
853 op_fns->populate_ops = cperf_set_ops_security; in cperf_get_op_functions()