Lines Matching defs:lance_private
101 struct lance_private struct
103 char *name;
104 unsigned long base;
105 volatile struct lance_init_block *init_block; /* CPU address of RAM */
106 volatile struct lance_init_block *lance_init_block; /* LANCE address of RAM */
108 int rx_new, tx_new;
109 int rx_old, tx_old;
111 int lance_log_rx_bufs, lance_log_tx_bufs;
112 int rx_ring_mod_mask, tx_ring_mod_mask;
114 int tpe; /* TPE is selected */
115 int auto_select; /* cable-selection is by carrier */
116 unsigned short busmaster_regval;
118 unsigned int irq; /* IRQ to register */
124 void (*writerap)(void *, unsigned short);
125 void (*writerdp)(void *, unsigned short);
126 unsigned short (*readrdp)(void *);
127 spinlock_t devlock;
128 char tx_full;