DPDK
18.05.1
|
#include <rte_pmd_dpaa2_qdma.h>
Data Fields | |
uint64_t | src |
uint64_t | dest |
uint32_t | len |
uint32_t | flags |
uint64_t | cnxt |
uint8_t | status |
Determines a QDMA job
Definition at line 88 of file rte_pmd_dpaa2_qdma.h.
uint64_t src |
Source Address from where DMA is (to be) performed
Definition at line 90 of file rte_pmd_dpaa2_qdma.h.
uint64_t dest |
Destination Address where DMA is (to be) done
Definition at line 92 of file rte_pmd_dpaa2_qdma.h.
uint32_t len |
Length of the DMA operation in bytes.
Definition at line 94 of file rte_pmd_dpaa2_qdma.h.
uint32_t flags |
See RTE_QDMA_JOB_ flags
Definition at line 96 of file rte_pmd_dpaa2_qdma.h.
uint64_t cnxt |
User can specify a context which will be maintained on the dequeue operation.
Definition at line 101 of file rte_pmd_dpaa2_qdma.h.
uint8_t status |
Status of the transaction. This is filled in the dequeue operation by the driver.
Definition at line 106 of file rte_pmd_dpaa2_qdma.h.