DPDK 22.11.5
|
#include <rte_dmadev.h>
Data Fields | |
rte_iova_t | addr |
uint32_t | length |
A structure used to hold scatter-gather DMA operation request entry.
Definition at line 793 of file rte_dmadev.h.
rte_iova_t addr |
The DMA operation address.
Definition at line 794 of file rte_dmadev.h.
uint32_t length |
The DMA operation length.
Definition at line 795 of file rte_dmadev.h.