EVE 1.0
net_buffers_t Struct Reference

#include <usbnet.h>

Collaboration diagram for net_buffers_t:

Data Fields

struct usbnet_rx_buf_t rx [USBNET_RX_POOL_SIZE]
 
struct usbnet_tx_buf_t tx [USBNET_TX_POOL_SIZE]
 
struct usbnet_tx_tiny_buf_t tiny [USBNET_TX_TINY_POOL_SIZE]
 
struct usbnet_tx_buf_t managed [USBNET_MANAGED_TX_POOL_SIZE]
 

Detailed Description

All the usbnet buffer space together

Definition at line 130 of file usbnet.h.

Field Documentation

struct usbnet_rx_buf_t net_buffers_t::rx[USBNET_RX_POOL_SIZE]

RX buffer space

Definition at line 131 of file usbnet.h.

struct usbnet_tx_buf_t net_buffers_t::tx[USBNET_TX_POOL_SIZE]

TX buffer space

Definition at line 132 of file usbnet.h.

struct usbnet_tx_tiny_buf_t net_buffers_t::tiny[USBNET_TX_TINY_POOL_SIZE]

TX tiny buffer space

Definition at line 133 of file usbnet.h.

struct usbnet_tx_buf_t net_buffers_t::managed[USBNET_MANAGED_TX_POOL_SIZE]

TX managed buffer space

Definition at line 134 of file usbnet.h.