Searched refs:ops_processed (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_compressdev.c | 999 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_mbufs_calculate_data_size() local 1023 (ops_processed[i] + 1); in test_mbufs_calculate_data_size() 1218 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_comp_run() local 1368 ops_processed[i] = NULL; in test_deflate_comp_run() 1417 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_comp_finalize() local 1445 ops_processed[i]->consumed, ops_processed[i]->produced, in test_deflate_comp_finalize() 1546 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_decomp_run() local 1741 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_decomp_finalize() local 1768 ops_processed[i]->consumed, ops_processed[i]->produced); in test_deflate_decomp_finalize() 1918 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_results_validation() local [all …]
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_verify.c | 214 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_verify_test_runner() local 301 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner() 314 if (cperf_verify_op(ops_processed[i], ctx->options, in cperf_verify_test_runner() 320 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner() 332 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner() 339 if (cperf_verify_op(ops_processed[i], ctx->options, in cperf_verify_test_runner() 345 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner()
|
| H A D | cperf_test_latency.c | 134 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_latency_test_runner() local 229 ops_processed, test_burst_size); in cperf_latency_test_runner() 253 store_timestamp(ops_processed[i], tsc_end); in cperf_latency_test_runner() 256 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner() 277 ops_processed, test_burst_size); in cperf_latency_test_runner() 283 store_timestamp(ops_processed[i], tsc_end); in cperf_latency_test_runner() 286 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner()
|
| H A D | cperf_test_throughput.c | 116 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_throughput_test_runner() local 229 ops_processed, test_burst_size); in cperf_throughput_test_runner() 234 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner() 256 ops_processed, test_burst_size); in cperf_throughput_test_runner() 261 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner()
|
| H A D | cperf_test_pmd_cyclecount.c | 28 struct rte_crypto_op **ops_processed; member 86 rte_free(ctx->ops_processed); in cperf_pmd_cyclecount_test_free() 134 ctx->ops_processed = rte_malloc("ops_processed", alloc_sz, 0); in cperf_pmd_cyclecount_test_constructor() 135 if (!ctx->ops_processed) in cperf_pmd_cyclecount_test_constructor() 277 struct rte_crypto_op **ops_processed = in pmd_cyclecount_bench_deq() local 282 state->ctx->qp_id, ops_processed, burst_size); in pmd_cyclecount_bench_deq()
|