#include <sis190.h>
Data Fields | |
| void * | mmio_addr |
| struct pci_device * | pci_device |
| struct net_device * | dev |
| u32 | cur_rx |
| u32 | cur_tx |
| u32 | dirty_rx |
| u32 | dirty_tx |
| u32 | rx_dma |
| u32 | tx_dma |
| struct RxDesc * | RxDescRing |
| struct TxDesc * | TxDescRing |
| struct io_buffer * | Rx_iobuf [NUM_RX_DESC] |
| struct io_buffer * | Tx_iobuf [NUM_TX_DESC] |
| struct mii_if_info | mii_if |
| struct list_head | first_phy |
| u32 | features |
Definition at line 250 of file sis190.h.
Definition at line 251 of file sis190.h.
Referenced by __mdio_read(), __mdio_write(), sis190_default_phy(), sis190_down(), sis190_get_mac_addr_from_eeprom(), sis190_hw_start(), sis190_init_board(), sis190_init_phy(), sis190_init_rxfilter(), sis190_irq(), sis190_mii_probe(), sis190_mii_probe_88e1111_fixup(), sis190_phy_task(), sis190_poll(), sis190_probe(), sis190_remove(), sis190_set_rx_mode(), sis190_set_speed_auto(), and sis190_transmit().
struct pci_device* sis190_private::pci_device [read] |
struct net_device* sis190_private::dev [read] |
Definition at line 253 of file sis190.h.
Referenced by sis190_init_board(), sis190_phy_task(), sis190_process_rx(), and sis190_process_tx().
Definition at line 254 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring_indexes(), and sis190_process_rx().
Definition at line 255 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring_indexes(), sis190_process_tx(), and sis190_transmit().
Definition at line 256 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring_indexes(), and sis190_process_rx().
Definition at line 257 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring_indexes(), and sis190_process_tx().
Definition at line 258 of file sis190.h.
Referenced by sis190_free(), sis190_hw_start(), and sis190_open().
Definition at line 259 of file sis190.h.
Referenced by sis190_free(), sis190_hw_start(), and sis190_open().
struct RxDesc* sis190_private::RxDescRing [read] |
Definition at line 260 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring(), sis190_open(), sis190_process_rx(), and sis190_rx_fill().
struct TxDesc* sis190_private::TxDescRing [read] |
Definition at line 261 of file sis190.h.
Referenced by sis190_free(), sis190_open(), sis190_process_tx(), and sis190_transmit().
struct io_buffer* sis190_private::Rx_iobuf[NUM_RX_DESC] [read] |
Definition at line 262 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring(), sis190_process_rx(), and sis190_rx_fill().
struct io_buffer* sis190_private::Tx_iobuf[NUM_TX_DESC] [read] |
Definition at line 263 of file sis190.h.
Referenced by sis190_free(), sis190_init_ring(), sis190_process_tx(), and sis190_transmit().
struct mii_if_info sis190_private::mii_if [read] |
Definition at line 264 of file sis190.h.
Referenced by sis190_default_phy(), sis190_mii_probe(), sis190_mii_probe_88e1111_fixup(), sis190_phy_task(), and sis190_set_speed_auto().
struct list_head sis190_private::first_phy [read] |
Definition at line 265 of file sis190.h.
Referenced by sis190_default_phy(), sis190_mii_probe(), and sis190_mii_remove().
Definition at line 266 of file sis190.h.
Referenced by sis190_init_phy(), sis190_mii_probe_88e1111_fixup(), sis190_phy_task(), and sis190_set_rgmii().
1.5.7.1