Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb.c68 struct IGBState { struct
69 PCIDevice parent_obj;
70 NICState *nic;
71 NICConf conf;
73 MemoryRegion mmio;
74 MemoryRegion flash;
75 MemoryRegion io;
76 MemoryRegion msix;
101 IGBState *s = IGB(dev); in igb_write_config() argument