Home
last modified time | relevance | path

Searched refs:ops_processed (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_compressdev.c999 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()
1418 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_comp_finalize() local
1446 ops_processed[i]->consumed, ops_processed[i]->produced, in test_deflate_comp_finalize()
1547 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_decomp_run() local
1743 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_deflate_decomp_finalize() local
1770 ops_processed[i]->consumed, ops_processed[i]->produced); in test_deflate_decomp_finalize()
1920 struct rte_comp_op **ops_processed = test_priv_data->ops_processed; in test_results_validation() local
[all …]
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c135 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_latency_test_runner() local
224 ops_processed, test_burst_size); in cperf_latency_test_runner()
248 store_timestamp(ops_processed[i], tsc_end); in cperf_latency_test_runner()
251 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner()
272 ops_processed, test_burst_size); in cperf_latency_test_runner()
278 store_timestamp(ops_processed[i], tsc_end); in cperf_latency_test_runner()
281 (void **)ops_processed, ops_deqd); in cperf_latency_test_runner()
H A Dcperf_test_verify.c251 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_verify_test_runner() local
338 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner()
351 if (cperf_verify_op(ops_processed[i], ctx->options, in cperf_verify_test_runner()
357 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner()
369 ops_processed, ctx->options->max_burst_size); in cperf_verify_test_runner()
376 if (cperf_verify_op(ops_processed[i], ctx->options, in cperf_verify_test_runner()
382 (void **)ops_processed, ops_deqd); in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c28 struct rte_crypto_op **ops_processed; member
88 if (ctx->ops_processed) in cperf_pmd_cyclecount_test_free()
89 rte_free(ctx->ops_processed); in cperf_pmd_cyclecount_test_free()
137 ctx->ops_processed = rte_malloc("ops_processed", alloc_sz, 0); in cperf_pmd_cyclecount_test_constructor()
138 if (!ctx->ops_processed) in cperf_pmd_cyclecount_test_constructor()
280 struct rte_crypto_op **ops_processed = in pmd_cyclecount_bench_deq() local
285 state->ctx->qp_id, ops_processed, burst_size); in pmd_cyclecount_bench_deq()
H A Dcperf_test_throughput.c112 struct rte_crypto_op *ops_processed[ctx->options->max_burst_size]; in cperf_throughput_test_runner() local
223 ops_processed, test_burst_size); in cperf_throughput_test_runner()
228 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner()
250 ops_processed, test_burst_size); in cperf_throughput_test_runner()
255 (void **)ops_processed, ops_deqd); in cperf_throughput_test_runner()