DPDK  18.08.1
Data Fields
rte_qdma_job Struct Reference

#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

Detailed Description

Determines a QDMA job

Definition at line 88 of file rte_pmd_dpaa2_qdma.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: