NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_dpa_dev_buf Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ addr

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.

◆ len

uint64_t doca_dpa_dev_buf::len

length of doca dpa device buf

Definition at line 54 of file doca_dpa_dev_buf.h.

◆ mmap

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.

◆ reserved

unsigned char doca_dpa_dev_buf::reserved[12]

reserved field

Definition at line 56 of file doca_dpa_dev_buf.h.


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