e1000_read_nvm
s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &kum_cfg);
ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data);
ret_val = e1000_read_nvm(hw, NVM_PBA_OFFSET_0, 2, &pba_word[0]);
ret_val = e1000_read_nvm(hw, pba_word[1] + 0, 1,
ret_val = e1000_read_nvm(hw, NVM_PBA_OFFSET_0, 2,
ret_val = e1000_read_nvm(hw, pba->word[1],
if (ret = e1000_read_nvm(hw, 0x12, 1, &size_field)) {
if (ret = e1000_read_nvm(hw, offset, WPL, eeprom)) {
(void) e1000_read_nvm(&igb->hw, NVM_OEM_OFFSET_0, 1, &nvmword);
(void) e1000_read_nvm(&igb->hw, NVM_OEM_OFFSET_1, 1, &nvmword);
(void) e1000_read_nvm(&igb->hw, NVM_VERSION, 1, &nvmword);
ret = e1000_read_nvm(&igb->hw, wordoff, nwords, buf16);
if ((ret = e1000_read_nvm(&igb->hw, ets_off, 1, &val)) !=
(void) e1000_read_nvm(hw, IGB_NVM_ETS_CFG, 1, &ets_off);
if ((ret = e1000_read_nvm(hw, ets_off, 1, &val)) !=