| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_qp.c | 174 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 D | bcmfs_qp.h | 38 uint64_t dequeued_count; member
|
| H A D | bcmfs_sym_pmd.c | 92 stats->dequeued_count = bcmfs_stats.dequeued_count; in bcmfs_sym_stats_get()
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_common.c | 94 stats->dequeued_count += qp[i]->stats.dequeued_count; in qat_stats_get()
|
| H A D | qat_common.h | 57 uint64_t dequeued_count; member
|
| /f-stack/dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd_ops.c | 122 stats->dequeued_count += qp->stats.dequeued_count; in armv8_crypto_pmd_stats_get()
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 93 stats->dequeued_count += qp->qp_stats.dequeued_count; in zlib_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd_ops.c | 98 stats->dequeued_count += qp->qp_stats.dequeued_count; in kasumi_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd_ops.c | 102 stats->dequeued_count += qp->qp_stats.dequeued_count; in zuc_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/snow3g/ |
| H A D | rte_snow3g_pmd_ops.c | 102 stats->dequeued_count += qp->qp_stats.dequeued_count; in snow3g_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/null/ |
| H A D | null_crypto_pmd_ops.c | 93 stats->dequeued_count += qp->qp_stats.dequeued_count; in null_crypto_pmd_stats_get()
|
| H A D | null_crypto_pmd.c | 152 qp->qp_stats.dequeued_count += nb_dequeued; in null_crypto_pmd_dequeue_burst()
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | aesni_gcm_pmd_ops.c | 112 stats->dequeued_count += qp->qp_stats.dequeued_count; in aesni_gcm_pmd_stats_get()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev.c | 705 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 D | isal_compress_pmd_ops.c | 124 stats->dequeued_count += qp->qp_stats.dequeued_count; in isal_comp_pmd_stats_get()
|
| /f-stack/dpdk/drivers/baseband/null/ |
| H A D | bbdev_null.c | 178 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 D | otx_zip_pmd.c | 297 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 D | rte_compressdev.h | 117 uint64_t dequeued_count; member
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym_pmd.c | 86 stats->dequeued_count = qat_stats.dequeued_count; in qat_asym_stats_get()
|
| H A D | qat_sym_pmd.c | 122 stats->dequeued_count = qat_stats.dequeued_count; in qat_sym_stats_get()
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd_ops.c | 539 stats->dequeued_count += qp->stats.dequeued_count; in mrvl_crypto_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | scheduler_pmd_ops.c | 295 stats->dequeued_count += worker_stats.dequeued_count; in scheduler_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym.c | 149 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 D | ccp_pmd_ops.c | 594 stats->dequeued_count += qp->qp_stats.dequeued_count; in ccp_pmd_stats_get()
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd_ops.c | 781 stats->dequeued_count += qp->stats.dequeued_count; in aesni_mb_pmd_stats_get()
|