Lines Matching defs:dp8393xState
32 struct dp8393xState { struct
33 SysBusDevice parent_obj;
36 uint8_t it_shift;
37 bool big_endian;
38 bool last_rba_is_full;
39 qemu_irq irq;
40 int irq_level;
41 QEMUTimer *watchdog;
42 int64_t wt_last_update;
43 NICConf conf;
44 NICState *nic;
45 MemoryRegion mmio;
48 uint16_t cam[16][3];
49 uint16_t regs[SONIC_REG_COUNT];
52 uint8_t tx_buffer[0x10000];
53 int loopback_packet;
56 MemoryRegion *dma_mr;
57 AddressSpace as;