Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dtulip.c21 struct TULIPState { struct
22 PCIDevice dev;
23 MemoryRegion io;
24 MemoryRegion memory;
25 NICConf c;
26 qemu_irq irq;
27 NICState *nic;
28 eeprom_t *eeprom;
52 VMSTATE_PCI_DEVICE(dev, TULIPState), argument