Searched refs:lemac (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dewrk3.c282 u_char lemac; /* Chip rev. level */ member in struct:ewrk3_private
410 u_char cr, cmr, icr, nicsr, lemac, hard_strapped = 0; local
457 lemac = eeprom_image[EEPROM_CHIPVER];
460 if (((lemac == LeMAC) && ((cmr & CMR_NO_EEPROM) != CMR_NO_EEPROM)) ||
461 ((lemac == LeMAC2) && !(cmr & CMR_HS))) {
473 if (lemac != LeMAC2)
475 status = get_hw_addr(dev, eeprom_image, lemac);
483 if (lemac == LeMAC2) { /* Special LeMAC2 CMR things */
549 lp->lemac = lemac;
[all...]

Completed in 71 milliseconds