CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
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 |
Structure used to pass arguments into InitPoolSgl().
CdiBufferType PoolInitArgs::buffer_type |
The type of buffer configured; if linear, only a single SGL entry is created while the SGL type creates several.
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.