Searched refs:e1000_write_eeprom (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c518 ret_val = e1000_write_eeprom(hw, first_word,
H A De1000_hw.c4001 if (e1000_write_eeprom(hw, EEPROM_CHECKSUM_REG, 1, &checksum) < 0) {
4009 * e1000_write_eeprom - write words to the different EEPROM types.
4018 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) function
H A De1000_hw.h349 s32 e1000_write_eeprom(struct e1000_hw *hw, u16 reg, u16 words, u16 * data);

Completed in 303 milliseconds