Lines Matching defs:E1000State_st
80 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;
95 uint32_t rxbuf_min_shift;
96 struct e1000_tx {
110 } tx;
112 struct {
140 typedef struct E1000State_st E1000State; argument