
Definition at line 151 of file DEC21143.h.
Data Fields | |
| bool | irq_was_asserted |
| remember state of IRQ | |
| u8 | mac [6] |
| ethernet address | |
| u8 | setup_filter [192] |
| filter for perfect filtering | |
| int | descr_skip |
| struct CDEC21143::SNIC_state::SNIC_srom | srom |
| struct CDEC21143::SNIC_state::SNIC_mii | mii |
| u32 | reg [32] |
| 21143 registers | |
| struct CDEC21143::SNIC_state::SNIC_tx | tx |
| struct CDEC21143::SNIC_state::SNIC_rx | rx |
Data Structures | |
| struct | SNIC_mii |
| MII PHY emulation. More... | |
| struct | SNIC_rx |
| Internal RX state. More... | |
| struct | SNIC_srom |
| SROM emulation. More... | |
| struct | SNIC_tx |
| Internal TX state. More... | |
remember state of IRQ
Definition at line 153 of file DEC21143.h.
Referenced by CDEC21143::init(), and CDEC21143::run().
Referenced by CDEC21143::srom_access().
Referenced by CDEC21143::mii_access().
21143 registers
Definition at line 180 of file DEC21143.h.
Referenced by CDEC21143::mii_access(), CDEC21143::nic_read(), CDEC21143::nic_write(), CDEC21143::receive_process(), CDEC21143::run(), CDEC21143::set_rx_state(), and CDEC21143::set_tx_state().
Referenced by CDEC21143::init(), and CDEC21143::nic_write().
Referenced by CDEC21143::dec21143_rx(), CDEC21143::init(), and CDEC21143::nic_write().