Searched refs:e1000_write_eeprom (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 4004 if (e1000_write_eeprom(hw, EEPROM_CHECKSUM_REG, 1, &checksum) < 0) { in e1000_update_eeprom_checksum() 4012 * e1000_write_eeprom - write words to the different EEPROM types. 4021 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_eeprom() function
|
H A D | e1000_ethtool.c | 518 ret_val = e1000_write_eeprom(hw, first_word, in e1000_set_eeprom()
|
H A D | e1000_hw.h | 350 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 reg, u16 words, u16 * data);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 4005 if (e1000_write_eeprom(hw, EEPROM_CHECKSUM_REG, 1, &checksum) < 0) { in e1000_update_eeprom_checksum() 4013 * e1000_write_eeprom - write words to the different EEPROM types. 4022 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_eeprom() function
|
H A D | e1000_ethtool.c | 518 ret_val = e1000_write_eeprom(hw, first_word, in e1000_set_eeprom()
|
H A D | e1000_hw.h | 349 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 reg, u16 words, u16 * data);
|
Completed in 40 milliseconds