Home
last modified time | relevance | path

Searched defs:E1000State_st (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000.c80 struct E1000State_st { struct
82 PCIDevice parent_obj;
85 NICState *nic;
86 NICConf conf;
87 MemoryRegion mmio;
88 MemoryRegion io;
90 uint32_t mac_reg[0x8000];
91 uint16_t phy_reg[0x20];
92 uint16_t eeprom_data[64];
94 uint32_t rxbuf_size;
[all …]