Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_cryptodev_stats(3)		      DPDK		  rte_cryptodev_stats(3)

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 714 of file rte_cryptodev.h.

Field Documentation
   uint64_t enqueued_count
     Count of all operations enqueued

     Definition at line 715 of file rte_cryptodev.h.

   uint64_t dequeued_count
     Count of all operations dequeued

     Definition at line 717 of file rte_cryptodev.h.

   uint64_t enqueue_err_count
     Total error count on operations enqueued

     Definition at line 720 of file rte_cryptodev.h.

   uint64_t dequeue_err_count
     Total error count on operations dequeued

     Definition at line 722 of file rte_cryptodev.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	  rte_cryptodev_stats(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_cryptodev_stats&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help