DPDK  19.11.14
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
 
uint16_t status
 

Detailed Description

Determines a QDMA job

Definition at line 133 of file rte_pmd_dpaa2_qdma.h.

Field Documentation

◆ src

uint64_t src

Source Address from where DMA is (to be) performed

Definition at line 135 of file rte_pmd_dpaa2_qdma.h.

◆ dest

uint64_t dest

Destination Address where DMA is (to be) done

Definition at line 137 of file rte_pmd_dpaa2_qdma.h.

◆ len

uint32_t len

Length of the DMA operation in bytes.

Definition at line 139 of file rte_pmd_dpaa2_qdma.h.

◆ flags

uint32_t flags

See RTE_QDMA_JOB_ flags

Definition at line 141 of file rte_pmd_dpaa2_qdma.h.

◆ cnxt

uint64_t cnxt

User can specify a context which will be maintained on the dequeue operation.

Definition at line 146 of file rte_pmd_dpaa2_qdma.h.

◆ status

uint16_t status

Status of the transaction. This is filled in the dequeue operation by the driver. upper 8bits acc_err for route by port. lower 8bits fd error

Definition at line 153 of file rte_pmd_dpaa2_qdma.h.


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