rte_dmadev_pmd.h
- Provided by: dpdk-doc (Version: 25.11-2)
- Source: dpdk
- Report a bug
#include <dev_driver.h>
#include <rte_compat.h>
#include 'rte_dmadev.h'
struct rte_dma_dev_ops
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.
Possible states of a DMA device.
See also
Enumerator
Definition at line 142 of file rte_dmadev_pmd.h.
Generated automatically by Doxygen for DPDK from the source code.