|
struct arpcom | arpcom |
|
unsigned int | irno |
|
unsigned int | port |
|
int | accept_broadcasts |
|
rtems_id | tx_daemon_tid |
|
rtems_id | rx_daemon_tid |
|
bool | byte_transfers |
|
int | inuse |
|
int | nextavail |
|
int | nextsend |
|
int | transmitting |
|
int | sendlen [NE_TX_BUFS] |
|
int | overrun |
|
int | resend |
|
struct { |
unsigned long rx_packets |
|
unsigned long tx_packets |
|
unsigned long interrupts |
|
unsigned long rx_acks |
|
unsigned long tx_acks |
|
unsigned long overruns |
|
unsigned long rx_frame_errors |
|
unsigned long rx_crc_errors |
|
unsigned long rx_missed_errors |
|
} | stats |
|
struct { |
unsigned long rx_packets |
|
unsigned long tx_packets |
|
unsigned long interrupts |
|
unsigned long rx_acks |
|
unsigned long tx_acks |
|
unsigned long overruns |
|
unsigned long rx_frame_errors |
|
unsigned long rx_crc_errors |
|
unsigned long rx_missed_errors |
|
} | stats |
|
The documentation for this struct was generated from the following files:
- bsps/arm/gumstix/net/rtl8019.c
- bsps/i386/pc386/net/ne2000.c