#include <eepro100.h>
Data Fields | |
| volatile s16 | status |
| u16 | command |
| u32 | link |
| u32 | tbda_addr |
| s32 | count |
| u32 | tbd_addr0 |
| s32 | tbd_size0 |
| struct io_buffer * | iob |
| struct ifec_tcb * | next |
Definition at line 106 of file eepro100.h.
| volatile s16 ifec_tcb::status |
Definition at line 107 of file eepro100.h.
Referenced by ifec_net_transmit(), ifec_tx_process(), and ifec_tx_setup().
struct io_buffer* ifec_tcb::iob [read] |
Definition at line 117 of file eepro100.h.
Referenced by ifec_net_transmit(), ifec_tx_process(), and ifec_tx_setup().
struct ifec_tcb* ifec_tcb::next [read] |
Definition at line 118 of file eepro100.h.
Referenced by ifec_net_transmit(), ifec_tx_process(), ifec_tx_setup(), and ifec_tx_wake().
1.5.7.1