Searched refs:op_fns (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 817 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 D | cperf_test_throughput.c | 65 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 D | cperf.h | 23 const struct cperf_op_fns *op_fns);
|
| H A D | cperf_ops.h | 35 struct cperf_op_fns *op_fns);
|
| H A D | cperf_test_latency.c | 66 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 D | cperf_test_verify.c | 58 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 D | cperf_test_pmd_cyclecount.c | 100 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 D | main.c | 510 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 D | aesni_mb_pmd_private.h | 213 /** Cipher Parameters */const struct aesni_mb_op_fns *op_fns; member
|