| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca dpa device buf declaration More...
#include <doca_dpa_dev_buf.h>
Data Fields | |
| uintptr_t | addr |
| uint64_t | len |
| doca_dpa_dev_mmap_t | mmap |
| unsigned char | reserved [12] |
doca dpa device buf declaration
User of this struct should relate to it as an opaque and not access its fields, but rather use relevant API for it
Definition at line 52 of file doca_dpa_dev_buf.h.
| uintptr_t doca_dpa_dev_buf::addr |
address held by doca dpa device buf
Definition at line 53 of file doca_dpa_dev_buf.h.
| uint64_t doca_dpa_dev_buf::len |
length of doca dpa device buf
Definition at line 54 of file doca_dpa_dev_buf.h.
| doca_dpa_dev_mmap_t doca_dpa_dev_buf::mmap |
the mmap associated with the doca dpa device buf
Definition at line 55 of file doca_dpa_dev_buf.h.
| unsigned char doca_dpa_dev_buf::reserved[12] |
reserved field
Definition at line 56 of file doca_dpa_dev_buf.h.