Symbol: e1000_read_nvm
usr/src/uts/common/io/e1000api/e1000_api.h
105
s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5041
ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &kum_cfg);
usr/src/uts/common/io/e1000api/e1000_manage.c
369
ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data);
usr/src/uts/common/io/e1000api/e1000_nvm.c
1084
ret_val = e1000_read_nvm(hw, NVM_PBA_OFFSET_0, 2, &pba_word[0]);
usr/src/uts/common/io/e1000api/e1000_nvm.c
1098
ret_val = e1000_read_nvm(hw, pba_word[1] + 0, 1,
usr/src/uts/common/io/e1000api/e1000_nvm.c
957
ret_val = e1000_read_nvm(hw, NVM_PBA_OFFSET_0, 2,
usr/src/uts/common/io/e1000api/e1000_nvm.c
984
ret_val = e1000_read_nvm(hw, pba->word[1],
usr/src/uts/common/io/e1000g/e1000g_debug.c
174
if (ret = e1000_read_nvm(hw, 0x12, 1, &size_field)) {
usr/src/uts/common/io/e1000g/e1000g_debug.c
204
if (ret = e1000_read_nvm(hw, offset, WPL, eeprom)) {
usr/src/uts/common/io/igb/igb_main.c
1553
(void) e1000_read_nvm(&igb->hw, NVM_OEM_OFFSET_0, 1, &nvmword);
usr/src/uts/common/io/igb/igb_main.c
1555
(void) e1000_read_nvm(&igb->hw, NVM_OEM_OFFSET_1, 1, &nvmword);
usr/src/uts/common/io/igb/igb_main.c
1568
(void) e1000_read_nvm(&igb->hw, NVM_VERSION, 1, &nvmword);
usr/src/uts/common/io/igb/igb_main.c
5533
ret = e1000_read_nvm(&igb->hw, wordoff, nwords, buf16);
usr/src/uts/common/io/igb/igb_sensor.c
129
if ((ret = e1000_read_nvm(&igb->hw, ets_off, 1, &val)) !=
usr/src/uts/common/io/igb/igb_sensor.c
169
(void) e1000_read_nvm(hw, IGB_NVM_ETS_CFG, 1, &ets_off);
usr/src/uts/common/io/igb/igb_sensor.c
178
if ((ret = e1000_read_nvm(hw, ets_off, 1, &val)) !=