Searched refs:PCIPCNetState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | pcnet-pci.c | 55 OBJECT_DECLARE_SIMPLE_TYPE(PCIPCNetState, PCI_PCNET) 57 struct PCIPCNetState { struct 151 VMSTATE_PCI_DEVICE(parent_obj, PCIPCNetState), 152 VMSTATE_STRUCT(state, PCIPCNetState, 0, vmstate_pcnet, PCNetState), 183 PCIPCNetState *d = PCI_PCNET(dev); in pci_pcnet_uninit() 199 PCIPCNetState *d = PCI_PCNET(pci_dev); in pci_pcnet_realize() 240 PCIPCNetState *d = PCI_PCNET(dev); in pci_reset() 247 PCIPCNetState *d = PCI_PCNET(obj); in pcnet_instance_init() 256 DEFINE_NIC_PROPERTIES(PCIPCNetState, state.conf), 281 .instance_size = sizeof(PCIPCNetState),
|