Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c817 struct cperf_op_fns *op_fns) in cperf_get_op_functions() argument
819 memset(op_fns, 0, sizeof(struct cperf_op_fns)); in cperf_get_op_functions()
821 op_fns->sess_create = cperf_create_session; in cperf_get_op_functions()
824 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()
[all …]
H A Dcperf_test_throughput.c65 const struct cperf_op_fns *op_fns) in cperf_throughput_test_constructor() argument
76 ctx->populate_ops = op_fns->populate_ops; in cperf_throughput_test_constructor()
84 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, in cperf_throughput_test_constructor()
H A Dcperf.h23 const struct cperf_op_fns *op_fns);
H A Dcperf_ops.h35 struct cperf_op_fns *op_fns);
H A Dcperf_test_latency.c66 const struct cperf_op_fns *op_fns) in cperf_latency_test_constructor() argument
78 ctx->populate_ops = op_fns->populate_ops; in cperf_latency_test_constructor()
87 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, in cperf_latency_test_constructor()
H A Dcperf_test_verify.c58 const struct cperf_op_fns *op_fns) in cperf_verify_test_constructor() argument
69 ctx->populate_ops = op_fns->populate_ops; in cperf_verify_test_constructor()
77 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, 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() argument
115 ctx->populate_ops = op_fns->populate_ops; in cperf_pmd_cyclecount_test_constructor()
123 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, in cperf_pmd_cyclecount_test_constructor()
H A Dmain.c510 struct cperf_op_fns op_fns; in main() local
588 ret = cperf_get_op_functions(&opts, &op_fns); in main()
616 &opts, t_vec, &op_fns); in main()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Daesni_mb_pmd_private.h213 /** Cipher Parameters */const struct aesni_mb_op_fns *op_fns; member