Home
last modified time | relevance | path

Searched refs:deq_ops (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_verify.c57 struct rte_comp_op **ops, **deq_ops; in main_loop() local
82 deq_ops = &ops[mem->total_bufs]; in main_loop()
215 deq_ops, in main_loop()
220 struct rte_comp_op *op = deq_ops[i]; in main_loop()
260 struct rte_comp_op *op = deq_ops[i]; in main_loop()
279 (void **)deq_ops, num_deq); in main_loop()
290 deq_ops, in main_loop()
305 struct rte_comp_op *op = deq_ops[i]; in main_loop()
344 struct rte_comp_op *op = deq_ops[i]; in main_loop()
363 (void **)deq_ops, num_deq); in main_loop()
H A Dcomp_perf_test_throughput.c55 struct rte_comp_op **ops, **deq_ops; in main_loop() local
79 deq_ops = &ops[mem->total_bufs]; in main_loop()
210 deq_ops, in main_loop()
216 struct rte_comp_op *op = deq_ops[i]; in main_loop()
243 (void **)deq_ops, num_deq); in main_loop()
254 deq_ops, in main_loop()
270 struct rte_comp_op *op = deq_ops[i]; in main_loop()
297 (void **)deq_ops, num_deq); in main_loop()
H A Dcomp_perf_test_cyclecount.c159 struct rte_comp_op **ops, **deq_ops; in main_loop() local
189 deq_ops = &ops[mem->total_bufs]; in main_loop()
347 deq_ops, in main_loop()
360 struct rte_comp_op *op = deq_ops[i]; in main_loop()
386 (void **)deq_ops, num_deq); in main_loop()
398 deq_ops, in main_loop()
418 struct rte_comp_op *op = deq_ops[i]; in main_loop()
444 (void **)deq_ops, num_deq); in main_loop()
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c159 struct rte_crypto_op *deq_ops[MC_SCHED_BUFFER_SIZE]; in mc_scheduler_worker() local
208 deq_ring, (void *)&deq_ops[pending_deq_ops_idx], in mc_scheduler_worker()
214 worker->dev_id, worker->qp_id, deq_ops, in mc_scheduler_worker()
222 deq_ops[j]->status |= in mc_scheduler_worker()
227 deq_ring, (void *)deq_ops, processed_ops, in mc_scheduler_worker()