Home
last modified time | relevance | path

Searched refs:ne2000 (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/net/
H A Dne2000-pci.c35 NE2000State ne2000; member
44 VMSTATE_STRUCT(ne2000, PCINE2000State, 0, vmstate_ne2000, NE2000State),
64 s = &d->ne2000; in pci_ne2000_realize()
82 NE2000State *s = &d->ne2000; in pci_ne2000_exit()
92 NE2000State *s = &d->ne2000; in ne2000_instance_init()
100 DEFINE_NIC_PROPERTIES(PCINE2000State, ne2000.c),
H A Dne2000-isa.c43 NE2000State ne2000; member
57 VMSTATE_STRUCT(ne2000, ISANE2000State, 0, vmstate_ne2000, NE2000State),
66 NE2000State *s = &isa->ne2000; in isa_ne2000_realizefn()
85 DEFINE_NIC_PROPERTIES(ISANE2000State, ne2000.c),
104 NE2000State *s = &isa->ne2000; in isa_ne2000_get_bootindex()
114 NE2000State *s = &isa->ne2000; in isa_ne2000_set_bootindex()
H A Dmeson.build3 system_ss.add(when: 'CONFIG_NE2000_COMMON', if_true: files('ne2000.c'))
6 system_ss.add(when: 'CONFIG_NE2000_PCI', if_true: files('ne2000-pci.c'))
22 system_ss.add(when: 'CONFIG_NE2000_ISA', if_true: files('ne2000-isa.c'))
H A Dtrace-events29 # ne2000.c
/qemu/tests/qtest/
H A Dmeson.build280 'ne2000-test.c',