WPL
uint16_t eeprom[WPL], size_field;
lines = ee_size[size] / WPL / 2;
"dump eeprom %d lines of %d words per line\n", lines, WPL);
if (ret = e1000_read_nvm(hw, offset, WPL, eeprom)) {
offset += WPL;