|
UbixOS
2.0
|
#include <lnc.h>

Data Fields | |
| struct arpcom | arpcom |
| int | bufferSize |
| struct initBlock32 | init |
| unsigned int | ioAddr |
| struct nicInfo | nic |
| int | nrdre |
| int | ntdre |
| char * | rxBuffer |
| int | rxPtr |
| struct hostRingEntry * | rxRing |
| char * | txBuffer |
| int | txPtr |
| struct hostRingEntry * | txRing |
| int lncInfo::bufferSize |
Definition at line 138 of file lnc.h.
Referenced by initLNC(), lnc_rxINT(), lnc_sendPacket(), lnc_thread(), and lncAttach().
| struct initBlock32 lncInfo::init |
| unsigned int lncInfo::ioAddr |
Definition at line 135 of file lnc.h.
Referenced by initLNC(), lanceProbe(), lnc_readBCR(), lnc_readBCR32(), lnc_readCSR(), lnc_readCSR32(), lnc_reset(), lnc_reset32(), lnc_switchDWord(), lnc_writeBCR(), lnc_writeBCR32(), lnc_writeCSR(), lnc_writeCSR32(), and lncInt().
| struct nicInfo lncInfo::nic |
Definition at line 129 of file lnc.h.
Referenced by initLNC(), and lncAttach().
| int lncInfo::nrdre |
Definition at line 136 of file lnc.h.
Referenced by initLNC(), lnc_nextRxPtr(), and lncAttach().
| int lncInfo::ntdre |
Definition at line 137 of file lnc.h.
Referenced by initLNC(), lnc_nextTxPtr(), and lncAttach().
| char* lncInfo::rxBuffer |
Definition at line 131 of file lnc.h.
Referenced by lnc_rxINT(), lnc_thread(), and lncAttach().
| int lncInfo::rxPtr |
Definition at line 140 of file lnc.h.
Referenced by lnc_driverOwnsRX(), lnc_nextRxPtr(), lnc_rxINT(), and lnc_thread().
| struct hostRingEntry* lncInfo::rxRing |
Definition at line 130 of file lnc.h.
Referenced by initLNC(), lnc_driverOwnsRX(), lnc_rxINT(), lnc_thread(), and lncAttach().
| char* lncInfo::txBuffer |
Definition at line 133 of file lnc.h.
Referenced by lnc_sendPacket(), and lncAttach().
| int lncInfo::txPtr |
Definition at line 139 of file lnc.h.
Referenced by lnc_driverOwnsTX(), lnc_nextTxPtr(), and lnc_sendPacket().
| struct hostRingEntry* lncInfo::txRing |
Definition at line 132 of file lnc.h.
Referenced by initLNC(), lnc_driverOwnsTX(), lnc_sendPacket(), and lncAttach().