CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
PoolInitArgs Struct Reference

Structure used to pass arguments into InitPoolSgl(). More...

Data Fields

uint8_t ** tx_buffer_ptr
 
int payload_buffer_size
 The number of bytes in this SGL to be divided among the SGL entries.
 
CdiBufferType buffer_type
 

Detailed Description

Structure used to pass arguments into InitPoolSgl().

Field Documentation

◆ buffer_type

CdiBufferType PoolInitArgs::buffer_type

The type of buffer configured; if linear, only a single SGL entry is created while the SGL type creates several.

◆ tx_buffer_ptr

uint8_t** PoolInitArgs::tx_buffer_ptr

The address of the transmit buffer pointer; its value is assigned to the SGL's address pointer and updated to account for the SGL's size.


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