Home
last modified time | relevance | path

Searched refs:dequeued_count (Results 1 – 25 of 54) sorted by relevance

123

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.c174 if ((qp->stats.enqueued_count - qp->stats.dequeued_count) == 0) { in bcmfs_qp_release()
233 qp->stats.dequeued_count = 0; in bcmfs_qp_setup()
343 tmp_qp->stats.dequeued_count += deq; in bcmfs_dequeue_op_burst()
366 stats->dequeued_count += qp[i]->stats.dequeued_count; in bcmfs_qp_stats_get()
H A Dbcmfs_qp.h38 uint64_t dequeued_count; member
H A Dbcmfs_sym_pmd.c92 stats->dequeued_count = bcmfs_stats.dequeued_count; in bcmfs_sym_stats_get()
/f-stack/dpdk/drivers/common/qat/
H A Dqat_common.c94 stats->dequeued_count += qp[i]->stats.dequeued_count; in qat_stats_get()
H A Dqat_common.h57 uint64_t dequeued_count; member
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd_ops.c122 stats->dequeued_count += qp->stats.dequeued_count; in armv8_crypto_pmd_stats_get()
/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c93 stats->dequeued_count += qp->qp_stats.dequeued_count; in zlib_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Drte_kasumi_pmd_ops.c98 stats->dequeued_count += qp->qp_stats.dequeued_count; in kasumi_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd_ops.c102 stats->dequeued_count += qp->qp_stats.dequeued_count; in zuc_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd_ops.c102 stats->dequeued_count += qp->qp_stats.dequeued_count; in snow3g_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd_ops.c93 stats->dequeued_count += qp->qp_stats.dequeued_count; in null_crypto_pmd_stats_get()
H A Dnull_crypto_pmd.c152 qp->qp_stats.dequeued_count += nb_dequeued; in null_crypto_pmd_dequeue_burst()
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd_ops.c112 stats->dequeued_count += qp->qp_stats.dequeued_count; in aesni_gcm_pmd_stats_get()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev.c705 TEST_ASSERT(stats.dequeued_count == 0, in test_bbdev_stats()
708 stats.dequeued_count); in test_bbdev_stats()
718 TEST_ASSERT(stats.dequeued_count == 2 * num_ops, in test_bbdev_stats()
721 stats.dequeued_count); in test_bbdev_stats()
748 TEST_ASSERT(stats.dequeued_count == 0, in test_bbdev_stats()
751 stats.dequeued_count); in test_bbdev_stats()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c124 stats->dequeued_count += qp->qp_stats.dequeued_count; in isal_comp_pmd_stats_get()
/f-stack/dpdk/drivers/baseband/null/
H A Dbbdev_null.c178 q_data->queue_stats.dequeued_count += nb_dequeued; in dequeue_dec_ops()
191 q_data->queue_stats.dequeued_count += nb_dequeued; in dequeue_enc_ops()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c297 stats->dequeued_count += qp->qp_stats.dequeued_count; in zip_pmd_stats_get()
531 qp->qp_stats.dequeued_count += nb_dequeued; in zip_pmd_dequeue_burst_sync()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev.h117 uint64_t dequeued_count; member
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_asym_pmd.c86 stats->dequeued_count = qat_stats.dequeued_count; in qat_asym_stats_get()
H A Dqat_sym_pmd.c122 stats->dequeued_count = qat_stats.dequeued_count; in qat_sym_stats_get()
/f-stack/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd_ops.c539 stats->dequeued_count += qp->stats.dequeued_count; in mrvl_crypto_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_ops.c295 stats->dequeued_count += worker_stats.dequeued_count; in scheduler_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c149 stats->dequeued_count += qp->stats.dequeued_count; in nitrox_sym_dev_stats_get()
698 qp->stats.dequeued_count++; in nitrox_deq_single_op()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_pmd_ops.c594 stats->dequeued_count += qp->qp_stats.dequeued_count; in ccp_pmd_stats_get()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd_ops.c781 stats->dequeued_count += qp->stats.dequeued_count; in aesni_mb_pmd_stats_get()

123