| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Struct to represent a gather list. More...
#include <doca_types.h>

Data Fields | |
| void * | addr |
| uint64_t | len |
| struct doca_gather_list * | next |
Struct to represent a gather list.
Definition at line 64 of file doca_types.h.
| void* doca_gather_list::addr |
Address of buffer in the list
Definition at line 65 of file doca_types.h.
| uint64_t doca_gather_list::len |
Length of current buffer in bytes
Definition at line 66 of file doca_types.h.
| struct doca_gather_list* doca_gather_list::next |
Pointer to next buffer in the list
Definition at line 67 of file doca_types.h.