![]() |
EVE 1.0
|
#include <usbnet.h>

Data Fields | |
| struct dlist_t * | backlog |
| uint32_t | seq |
| struct process * | device |
| uint8_t | data [USBNET_TX_TINY_BUF_SIZE] |
USB TX buffer (tiny pool).
The major difference between this structure and usbnet_tx_buf_t is the size of the .data field. Tiny pool is used more to control traffic (like TCP ACKs) and small UDP messages.
| struct dlist_t* usbnet_tx_tiny_buf_t::backlog |
| uint32_t usbnet_tx_tiny_buf_t::seq |
| struct process* usbnet_tx_tiny_buf_t::device |
| uint8_t usbnet_tx_tiny_buf_t::data[USBNET_TX_TINY_BUF_SIZE] |