Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dxgmac.c144 struct XgmacState { struct
145 SysBusDevice parent_obj;
147 MemoryRegion iomem;
148 qemu_irq sbd_irq;
149 qemu_irq pmt_irq;
150 qemu_irq mci_irq;
151 NICState *nic;
152 NICConf conf;
177 VMSTATE_STRUCT(stats, XgmacState, 0, vmstate_rxtx_stats, RxTxStats), argument