DPDK 22.11.5
|
Go to the source code of this file.
Data Structures | |
struct | rte_dma_dev_ops |
Enumerations | |
enum | rte_dma_dev_state { RTE_DMA_DEV_UNUSED = 0 , RTE_DMA_DEV_REGISTERED , RTE_DMA_DEV_READY } |
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.
enum rte_dma_dev_state |
Possible states of a DMA device.
Enumerator | |
---|---|
RTE_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.