Searched refs:op_fns (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 1073 struct cperf_op_fns *op_fns) in cperf_get_op_functions() argument 1075 memset(op_fns, 0, sizeof(struct cperf_op_fns)); in cperf_get_op_functions() 1077 op_fns->sess_create = cperf_create_session; in cperf_get_op_functions() 1081 op_fns->populate_ops = cperf_set_ops_aead; in cperf_get_op_functions() 1086 op_fns->populate_ops = cperf_set_ops_cipher_auth; in cperf_get_op_functions() 1090 op_fns->populate_ops = cperf_set_ops_null_auth; in cperf_get_op_functions() 1092 op_fns->populate_ops = cperf_set_ops_auth; in cperf_get_op_functions() 1096 op_fns->populate_ops = cperf_set_ops_null_cipher; in cperf_get_op_functions() 1098 op_fns->populate_ops = cperf_set_ops_cipher; in cperf_get_op_functions() 1101 op_fns->populate_ops = cperf_set_ops_asym; in cperf_get_op_functions() [all …]
|
| H A D | cperf_test_throughput.c | 69 const struct cperf_op_fns *op_fns) in cperf_throughput_test_constructor() argument 80 ctx->populate_ops = op_fns->populate_ops; in cperf_throughput_test_constructor() 88 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, in cperf_throughput_test_constructor()
|
| H A D | cperf_test_verify.c | 57 const struct cperf_op_fns *op_fns) in cperf_verify_test_constructor() argument 68 ctx->populate_ops = op_fns->populate_ops; in cperf_verify_test_constructor() 76 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, in cperf_verify_test_constructor()
|
| H A D | cperf.h | 23 const struct cperf_op_fns *op_fns);
|
| H A D | cperf_test_latency.c | 65 const struct cperf_op_fns *op_fns) in cperf_latency_test_constructor() argument 77 ctx->populate_ops = op_fns->populate_ops; in cperf_latency_test_constructor() 86 ctx->sess = op_fns->sess_create(sess_mp, sess_priv_mp, dev_id, options, in cperf_latency_test_constructor()
|
| H A D | cperf_ops.h | 36 struct cperf_op_fns *op_fns);
|
| H A D | cperf_test_pmd_cyclecount.c | 97 const struct cperf_op_fns *op_fns) in cperf_pmd_cyclecount_test_constructor() argument 112 ctx->populate_ops = op_fns->populate_ops; in cperf_pmd_cyclecount_test_constructor() 120 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 | 581 struct cperf_op_fns op_fns; in main() local 659 ret = cperf_get_op_functions(&opts, &op_fns); in main() 687 &opts, t_vec, &op_fns); in main()
|