#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.
Referenced by ifec_check_ru_status(), ifec_mdio_read(), ifec_mdio_write(), ifec_net_close(), ifec_net_irq(), ifec_net_poll(), ifec_net_transmit(), ifec_pci_probe(), ifec_refill_rx_ring(), ifec_reset(), ifec_scb_cmd(), ifec_scb_cmd_wait(), ifec_spi_read_bit(), ifec_spi_write_bit(), and ifec_tx_wake().
struct ifec_stats ifec_private::stats [read] |
| unsigned short ifec_private::mdio_register |
Definition at line 148 of file eepro100.h.
Referenced by ifec_link_check(), ifec_mdio_setup(), and ifec_pci_probe().
struct ifec_tcb* ifec_private::tcbs [read] |
Definition at line 150 of file eepro100.h.
Referenced by ifec_free(), ifec_net_open(), and ifec_tx_setup().
struct ifec_rfd* ifec_private::rfds[RFD_COUNT] [read] |
Definition at line 151 of file eepro100.h.
Referenced by ifec_free(), ifec_get_rx_desc(), ifec_net_open(), ifec_refill_rx_ring(), ifec_reprime_ru(), ifec_rx_process(), and ifec_rx_setup().
struct ifec_tcb* ifec_private::tcb_head [read] |
Definition at line 152 of file eepro100.h.
Referenced by ifec_net_transmit(), ifec_tx_setup(), and ifec_tx_wake().
struct ifec_tcb * ifec_private::tcb_tail [read] |
struct io_buffer* ifec_private::tx_iobs[TCB_COUNT] [read] |
Definition at line 153 of file eepro100.h.
struct io_buffer* ifec_private::rx_iobs[RFD_COUNT] [read] |
Definition at line 154 of file eepro100.h.
Referenced by ifec_free(), ifec_get_rx_desc(), ifec_refill_rx_ring(), ifec_rx_process(), and ifec_rx_setup().
Definition at line 155 of file eepro100.h.
Referenced by ifec_refill_rx_ring(), ifec_reprime_ru(), ifec_rx_process(), and ifec_rx_setup().
struct spi_bit_basher ifec_private::spi [read] |
Definition at line 166 of file eepro100.h.
Referenced by ifec_init_eeprom(), ifec_spi_read_bit(), and ifec_spi_write_bit().
struct spi_device ifec_private::eeprom [read] |
1.5.7.1