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

rte_dmadev_pmd.h

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                             rte_dmadev_pmd.h(3)

Detailed Description

       DMA Device PMD interface

       Driver facing interface for a DMA device. These are not to be called directly by any application.

       Definition in file rte_dmadev_pmd.h.

Enumeration Type Documentation

enumrte_dma_dev_state
       Possible states of a DMA device.

       Seealso
           struct rte_dma_dev::state

       EnumeratorRTE_DMA_DEV_UNUSED
              Device is unused.

       RTE_DMA_DEV_REGISTERED
              Device is registered, but not ready to be used.

       RTE_DMA_DEV_READY
              Device is ready for use. This is set by the PMD.

       Definition at line 113 of file rte_dmadev_pmd.h.

Name

       rte_dmadev_pmd.h

Synopsis

       #include <dev_driver.h>
       #include <rte_compat.h>
       #include 'rte_dmadev.h'

   DataStructures
       struct rte_dma_dev_opsEnumerations
       enum rte_dma_dev_state { RTE_DMA_DEV_UNUSED = 0, RTE_DMA_DEV_REGISTERED, RTE_DMA_DEV_READY }

See Also