| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <doca_dpa_dev.h>

Go to the source code of this file.
Data Structures | |
| struct | doca_dpa_dev_buf |
| doca dpa device buf declaration More... | |
| struct | doca_dpa_dev_buf_arr |
| doca dpa device buf array declaration More... | |
Variables | |
| __dpa_global__ typedef uint32_t | doca_dpa_dev_mmap_t |
| DPA mmap handle type definition. More... | |
| __dpa_global__ typedef uint64_t | doca_dpa_dev_buf_t |
| DPA buffer handle type definition. More... | |
| __dpa_global__ typedef uint64_t | doca_dpa_dev_buf_arr_t |
| DPA buffer array handle type definition. More... | |
| uintptr_t | addr |
| uint64_t | len |
| doca_dpa_dev_mmap_t | mmap |
| unsigned char | reserved [12] |
| struct doca_dpa_dev_buf * | bufs |
| uintptr_t addr |
address held by doca dpa device buf
Definition at line 0 of file doca_dpa_dev_buf.h.
| struct doca_dpa_dev_buf* bufs |
doca dpa device bufs
Definition at line 0 of file doca_dpa_dev_buf.h.
| uint64_t len |
length of doca dpa device buf
Definition at line 1 of file doca_dpa_dev_buf.h.
| doca_dpa_dev_mmap_t mmap |
the mmap associated with the doca dpa device buf
Definition at line 2 of file doca_dpa_dev_buf.h.
| unsigned char reserved |
reserved field
Definition at line 3 of file doca_dpa_dev_buf.h.