Provided by: dpdk-doc_24.11.2-2_all 

NAME
rte_cryptodev_stats
SYNOPSIS
#include <rte_cryptodev.h> Data Fields uint64_t enqueued_count uint64_t dequeued_count uint64_t enqueue_err_count uint64_t dequeue_err_count
Detailed Description
Crypto Device statistics Definition at line 703 of file rte_cryptodev.h.
Field Documentation
uint64_t enqueued_count Count of all operations enqueued Definition at line 704 of file rte_cryptodev.h. uint64_t dequeued_count Count of all operations dequeued Definition at line 706 of file rte_cryptodev.h. uint64_t enqueue_err_count Total error count on operations enqueued Definition at line 709 of file rte_cryptodev.h. uint64_t dequeue_err_count Total error count on operations dequeued Definition at line 711 of file rte_cryptodev.h.
Author
Generated automatically by Doxygen for DPDK from the source code. DPDK Version 24.11.2 rte_cryptodev_stats(3)