<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_api.h' l='94' type='s32 ixgbe_write_eeprom(struct ixgbe_hw * hw, u16 offset, u16 data)'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_api.c' l='700' ll='704' type='s32 ixgbe_write_eeprom(struct ixgbe_hw * hw, u16 offset, u16 data)'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_api.c' l='690'>/**
 *  ixgbe_write_eeprom - Write word to EEPROM
 *  @hw: pointer to hardware structure
 *  @offset: offset within the EEPROM to be written to
 *  @data: 16 bit word to be written to the EEPROM
 *
 *  Writes 16 bit value to EEPROM. If ixgbe_eeprom_update_checksum is not
 *  called after this function, the EEPROM will most likely contain an
 *  invalid checksum.
 **/</doc>
