Lines Matching defs:eepro_local
193 struct eepro_local { struct
194 unsigned rx_start;
195 unsigned tx_start; /* start of the transmit chain */
196 int tx_last; /* pointer to last packet in the transmit chain */
197 unsigned tx_end; /* end of the transmit chain (plus 1) */
198 int eepro; /* 1 for the EtherExpress Pro/10,
202 int version; /* a flag to indicate if this is a TX or FX
204 int stepping;
206 spinlock_t lock; /* Serializing lock */
208 unsigned rcv_ram; /* pre-calculated space for rx */
209 unsigned xmt_ram; /* pre-calculated space for tx */
210 unsigned char xmt_bar;
211 unsigned char xmt_lower_limit_reg;
212 unsigned char xmt_upper_limit_reg;
213 short xmt_lower_limit;
214 short xmt_upper_limit;
215 short rcv_lower_limit;
216 short rcv_upper_limit;
217 unsigned char eeprom_reg;
218 unsigned short word[8];