Searched defs:eepro_local (Results 1 – 1 of 1) sorted by relevance
193 struct eepro_local { struct194 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 FX204 int stepping;206 spinlock_t lock; /* Serializing lock */208 unsigned rcv_ram; /* pre-calculated space for rx */[all …]