Home
last modified time | relevance | path

Searched refs:IGB_EEPROM_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Digb_core.h44 #define IGB_EEPROM_SIZE (1024) macro
69 uint16_t eeprom[IGB_EEPROM_SIZE];
H A Digb.c578 VMSTATE_UINT16_ARRAY(core.eeprom, IGBState, IGB_EEPROM_SIZE),
H A Digb_core.c3052 if ((addr < IGB_EEPROM_SIZE) && (val & E1000_EERW_START)) { in igb_set_eerd()