#include <libc.h>
Go to the source code of this file.
Data Structures | |
struct | s_tx |
struct | s_ethgate_info |
Defines | |
#define | SYSETHGATE_STATE 0 |
#define | SYSETHGATE_SEND 1 |
#define | ETHGATE_DRV_ID 8139 |
#define | TX_QUEUE_SIZE 5 |
#define | TX_PGSIZE 1 |
#define | TX_STATE_FREE 0 |
#define | TX_STATE_READY 1 |
#define | TX_STATE_SENT 2 |
Variables | |
s_if_ops | ethgate_ops |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|