Searched refs:VALID_EEPROM_VERSION (Results 1 – 2 of 2) sorted by relevance
158 #define VALID_EEPROM_VERSION 1 macro
787 if (Version.field.Version > VALID_EEPROM_VERSION) { in NICReadEEPROMParameters()788 …INT_ERR("E2PROM: WRONG VERSION 0x%x, should be %d\n", Version.field.Version, VALID_EEPROM_VERSION); in NICReadEEPROMParameters()