Linux Kernel
3.7.1
|
#include <7990.h>
char auto_select |
Definition at line 254 of file sunlance.c.
char burst_sizes |
Definition at line 255 of file sunlance.c.
enum lance_type cardtype |
Definition at line 219 of file atarilance.c.
unsigned char chip_version |
int cur_rx |
Definition at line 222 of file atarilance.c.
int cur_tx |
Definition at line 222 of file atarilance.c.
struct net_device* dev |
Definition at line 266 of file sunlance.c.
spinlock_t devlock |
int dirty_tx |
Definition at line 223 of file atarilance.c.
int dma_irq |
Definition at line 252 of file declance.c.
Definition at line 243 of file sunlance.c.
dma_addr_t init_block_dvma |
Definition at line 265 of file sunlance.c.
struct lance_init_block __iomem* init_block_iomem |
Definition at line 244 of file sunlance.c.
struct lance_init_block* init_block_mem |
Definition at line 245 of file sunlance.c.
void(* init_ring)(struct net_device *) |
Definition at line 260 of file sunlance.c.
volatile unsigned short* iobase |
Definition at line 150 of file sun3lance.c.
struct lance_ioreg* iobase |
Definition at line 220 of file atarilance.c.
struct platform_device* lebuffer |
Definition at line 268 of file sunlance.c.
struct platform_device* ledma |
Definition at line 252 of file sunlance.c.
struct lance_regs * ll |
long lock |
Definition at line 156 of file sun3lance.c.
spinlock_t lock |
Definition at line 255 of file declance.c.
Definition at line 242 of file sunlance.c.
Definition at line 221 of file atarilance.c.
struct timer_list multicast_timer |
int new_rx |
Definition at line 152 of file sun3lance.c.
int new_tx |
Definition at line 152 of file sun3lance.c.
struct net_device* next |
Definition at line 250 of file declance.c.
int old_rx |
Definition at line 153 of file sun3lance.c.
int old_tx |
Definition at line 153 of file sun3lance.c.
Definition at line 267 of file sunlance.c.
char pio_buffer |
Definition at line 256 of file sunlance.c.
void(* rx)(struct net_device *) |
Definition at line 261 of file sunlance.c.
char* rx_buf_ptr_cpu[RX_RING_SIZE] |
Definition at line 265 of file declance.c.
uint rx_buf_ptr_lnc[RX_RING_SIZE] |
Definition at line 269 of file declance.c.
struct sk_buff* rx_skbuff[RX_RING_SIZE] |
char tpe |
Definition at line 253 of file sunlance.c.
void(* tx)(struct net_device *) |
Definition at line 262 of file sunlance.c.
char(* tx_bounce_buffs)[PKT_BUF_SZ] |
char* tx_buf_ptr_cpu[TX_RING_SIZE] |
Definition at line 266 of file declance.c.
uint tx_buf_ptr_lnc[TX_RING_SIZE] |
Definition at line 270 of file declance.c.
long tx_full |
Definition at line 227 of file atarilance.c.
struct sk_buff* tx_skbuff[TX_RING_SIZE] |
Definition at line 251 of file declance.c.