|
iPXE
|
#include <eepro100.h>
Data Fields | |
| unsigned long | ioaddr |
| struct ifec_stats | stats |
| unsigned short | mdio_register |
| struct ifec_tcb * | tcbs |
| struct ifec_rfd * | rfds [RFD_COUNT] |
| struct ifec_tcb * | tcb_head |
| struct ifec_tcb * | tcb_tail |
| struct io_buffer * | tx_iobs [TCB_COUNT] |
| struct io_buffer * | rx_iobs [RFD_COUNT] |
| int | cur_rx |
| int | tx_curr |
| int | tx_tail |
| int | tx_cnt |
| int | configured |
| struct spi_bit_basher | spi |
| struct spi_device | eeprom |
Definition at line 145 of file eepro100.h.
| unsigned long ifec_private::ioaddr |
Definition at line 146 of file eepro100.h.
| struct ifec_stats ifec_private::stats |
Definition at line 147 of file eepro100.h.
| unsigned short ifec_private::mdio_register |
Definition at line 148 of file eepro100.h.
Referenced by ifec_mdio_setup().
| struct ifec_tcb* ifec_private::tcbs |
Definition at line 150 of file eepro100.h.
Definition at line 151 of file eepro100.h.
| struct ifec_tcb* ifec_private::tcb_head |
Definition at line 152 of file eepro100.h.
| struct ifec_tcb * ifec_private::tcb_tail |
Definition at line 152 of file eepro100.h.
Definition at line 153 of file eepro100.h.
Definition at line 154 of file eepro100.h.
| int ifec_private::cur_rx |
Definition at line 155 of file eepro100.h.
| int ifec_private::tx_curr |
Definition at line 156 of file eepro100.h.
| int ifec_private::tx_tail |
Definition at line 157 of file eepro100.h.
| int ifec_private::tx_cnt |
Definition at line 158 of file eepro100.h.
| int ifec_private::configured |
Definition at line 165 of file eepro100.h.
| struct spi_bit_basher ifec_private::spi |
Definition at line 166 of file eepro100.h.
Referenced by ifec_spi_read_bit(), and ifec_spi_write_bit().
| struct spi_device ifec_private::eeprom |
Definition at line 167 of file eepro100.h.
1.8.15