Searched refs:eeprom_image (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.c319 static void EthwrkSignature(char *name, char *eeprom_image);
326 static u_char get_hw_addr(struct net_device *dev, u_char * eeprom_image, char chipType);
411 u_char eeprom_image[EEPROM_MAX], chksum, eisa_cr = 0; local
438 eeprom_image[i] = tmp.c[0];
439 eeprom_image[i + 1] = tmp.c[1];
440 chksum += eeprom_image[i] + eeprom_image[i + 1];
448 EthwrkSignature(name, eeprom_image);
457 lemac = eeprom_image[EEPROM_CHIPVER];
475 status = get_hw_addr(dev, eeprom_image, lema
1358 EthwrkSignature(char *name, char *eeprom_image) argument
1423 get_hw_addr(struct net_device *dev, u_char * eeprom_image, char chipType) argument
[all...]

Completed in 43 milliseconds