Searched defs:E1000State_st (Results 1 – 1 of 1) sorted by relevance
80 struct E1000State_st { struct82 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 …]