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

Struct to represent a gather list. More...

#include <doca_types.h>

Collaboration diagram for doca_gather_list:

Data Fields

void * addr
 
uint64_t len
 
struct doca_gather_listnext
 

Detailed Description

Struct to represent a gather list.

Definition at line 64 of file doca_types.h.

Field Documentation

◆ addr

void* doca_gather_list::addr

Address of buffer in the list

Definition at line 65 of file doca_types.h.

◆ len

uint64_t doca_gather_list::len

Length of current buffer in bytes

Definition at line 66 of file doca_types.h.

◆ next

struct doca_gather_list* doca_gather_list::next

Pointer to next buffer in the list

Definition at line 67 of file doca_types.h.


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