Searched refs:e1000_read_nvm (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dlib.c186 ret_val = e1000_read_nvm(hw, NVM_COMPAT, 1, &nvm_data);
196 ret_val = e1000_read_nvm(hw, NVM_ALT_MAC_ADDR_PTR, 1,
212 ret_val = e1000_read_nvm(hw, offset, 1, &nvm_data);
700 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &nvm_data);
1412 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
2184 ret_val = e1000_read_nvm(hw, i, 1, &nvm_data);
2215 ret_val = e1000_read_nvm(hw, i, 1, &nvm_data);
2565 e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data);
2588 ret_val = e1000_read_nvm(hw, NVM_PBA_OFFSET_0, 1, &nvm_data);
2595 ret_val = e1000_read_nvm(h
[all...]
H A D82571.c1198 e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data);
1484 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
1569 ret_val = e1000_read_nvm(hw, 0x10, 1, &data);
1582 ret_val = e1000_read_nvm(hw, 0x23, 1, &data);
H A Dethtool.c526 ret_val = e1000_read_nvm(hw, first_word,
531 ret_val = e1000_read_nvm(hw, first_word + i, 1,
589 ret_val = e1000_read_nvm(hw, first_word, 1, &eeprom_buff[0]);
595 ret_val = e1000_read_nvm(hw, last_word, 1,
911 if ((e1000_read_nvm(&adapter->hw, i, 1, &temp)) < 0) {
H A Dich8lan.c1035 ret_val = e1000_read_nvm(hw, (word_addr + i * 2), 1,
1040 ret_val = e1000_read_nvm(hw, (word_addr + i * 2 + 1),
2503 ret_val = e1000_read_nvm(hw, 0x19, 1, &data);
2799 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
2956 ret_val = e1000_read_nvm(hw, E1000_NVM_K1_CONFIG, 1, &reg);
H A De1000.h658 static inline s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) function
H A Dnetdev.c5470 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &buf);
5745 e1000_read_nvm(&adapter->hw,
5748 e1000_read_nvm(&adapter->hw,
5769 e1000_read_nvm(&adapter->hw, 5, 1, &adapter->eeprom_vers);

Completed in 158 milliseconds