Searched refs:IXGB_EEPROM_SIZE (Results 1 – 4 of 4) sorted by relevance
7 #define IXGB_EEPROM_SIZE 64 /* Size in words */ macro
451 for (i = 0; i < IXGB_EEPROM_SIZE ; i++) { in ixgb_get_eeprom_data()511 if (index < IXGB_EEPROM_SIZE && ixgb_check_and_get_eeprom_data(hw)) in ixgb_get_eeprom_word()
75 #define IXGB_EEPROM_SIZE 64 /* Size in words */ macro666 __le16 eeprom[IXGB_EEPROM_SIZE]; /* EEPROM contents read at init time */
345 return IXGB_EEPROM_SIZE << 1; in ixgb_get_eeprom_len()
Completed in 15 milliseconds