Searched refs:enqueued_ops (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_failover.c | 44 uint16_t enqueued_ops; in schedule_enqueue() local 49 enqueued_ops = failover_worker_enqueue(&qp_ctx->primary_worker, in schedule_enqueue() 52 if (enqueued_ops < nb_ops) in schedule_enqueue() 53 enqueued_ops += failover_worker_enqueue( in schedule_enqueue() 55 &ops[enqueued_ops], in schedule_enqueue() 56 nb_ops - enqueued_ops); in schedule_enqueue() 58 return enqueued_ops; in schedule_enqueue()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 291 unsigned enqueued_ops, processed_ops; in process_ops() local 338 qp->qp_stats.enqueued_count += enqueued_ops; in process_ops() 339 *accumulated_enqueued_ops += enqueued_ops; in process_ops() 341 return enqueued_ops; in process_ops() 407 uint16_t enqueued_ops = 0; in kasumi_pmd_enqueue_burst() local 444 qp, burst_size, &enqueued_ops); in kasumi_pmd_enqueue_burst() 455 qp, &enqueued_ops); in kasumi_pmd_enqueue_burst() 474 qp, burst_size, &enqueued_ops); in kasumi_pmd_enqueue_burst() 489 qp, burst_size, &enqueued_ops); in kasumi_pmd_enqueue_burst() 505 qp, burst_size, &enqueued_ops); in kasumi_pmd_enqueue_burst() [all …]
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | rte_snow3g_pmd.c | 301 unsigned enqueued_ops, processed_ops; in process_ops() local 363 qp->qp_stats.enqueued_count += enqueued_ops; in process_ops() 364 *accumulated_enqueued_ops += enqueued_ops; in process_ops() 366 return enqueued_ops; in process_ops() 432 uint16_t enqueued_ops = 0; in snow3g_pmd_enqueue_burst() local 456 qp, burst_size, &enqueued_ops); in snow3g_pmd_enqueue_burst() 467 qp, &enqueued_ops); in snow3g_pmd_enqueue_burst() 486 qp, burst_size, &enqueued_ops); in snow3g_pmd_enqueue_burst() 501 qp, burst_size, &enqueued_ops); in snow3g_pmd_enqueue_burst() 517 qp, burst_size, &enqueued_ops); in snow3g_pmd_enqueue_burst() [all …]
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 305 unsigned enqueued_ops, processed_ops; in process_ops() local 350 enqueued_ops = rte_ring_enqueue_burst(qp->processed_ops, in process_ops() 352 qp->qp_stats.enqueued_count += enqueued_ops; in process_ops() 353 *accumulated_enqueued_ops += enqueued_ops; in process_ops() 355 return enqueued_ops; in process_ops() 372 uint16_t enqueued_ops = 0; in zuc_pmd_enqueue_burst() local 407 &enqueued_ops); in zuc_pmd_enqueue_burst() 422 &enqueued_ops); in zuc_pmd_enqueue_burst() 441 &enqueued_ops); in zuc_pmd_enqueue_burst() 444 qp->qp_stats.enqueue_err_count += nb_ops - enqueued_ops; in zuc_pmd_enqueue_burst() [all …]
|