logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_dma_stats(3)

Detailed Description

       A structure used to retrieve statistics.

       Seealsorte_dma_stats_get

       Definition at line 626 of file rte_dmadev.h.

Field Documentation

uint64_tsubmitted
       Count of operations which were submitted to hardware.

       Definition at line 628 of file rte_dmadev.h.

   uint64_tcompleted
       Count of operations which were completed, including successful and failed completions.

       Definition at line 632 of file rte_dmadev.h.

   uint64_terrors
       Count of operations which failed to complete.

       Definition at line 634 of file rte_dmadev.h.

Name

       rte_dma_stats

Synopsis

       #include <rte_dmadev.h>

   DataFields
       uint64_t submitted
       uint64_t completed
       uint64_t errors

See Also