I40E_NVM_SECTOR_SIZE
sectors = eeprom->len / I40E_NVM_SECTOR_SIZE;
sectors += (eeprom->len % I40E_NVM_SECTOR_SIZE) ? 1 : 0;
len = I40E_NVM_SECTOR_SIZE;
len = eeprom->len - (I40E_NVM_SECTOR_SIZE * i);
offset = eeprom->offset + (I40E_NVM_SECTOR_SIZE * i);
(u8 *)eeprom_buff + (I40E_NVM_SECTOR_SIZE * i),