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

/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ee.h67 #define EEPROM_SUM 0xBABA macro
H A Dixgb_ee.c338 if (checksum == (u16) EEPROM_SUM)
361 checksum = (u16) EEPROM_SUM - checksum;
483 if (checksum != (u16) EEPROM_SUM) {
/drivers/net/ethernet/atheros/atlx/
H A Datlx.h486 #define EEPROM_SUM 0xBABA macro
/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c829 if ((checksum != (u16)EEPROM_SUM) && !(*data))
H A De1000_hw.c4011 if (checksum == (u16) EEPROM_SUM)
4038 checksum = (u16) EEPROM_SUM - checksum;
H A De1000_hw.h2306 #define EEPROM_SUM 0xBABA macro
H A De1000_main.c742 csum_new = EEPROM_SUM - csum_new;

Completed in 650 milliseconds