Home
last modified time | relevance | path

Searched refs:TYPE_ISA_NE2000 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/net/
H A Dne2000-isa.h18 #define TYPE_ISA_NE2000 "ne2k_isa" macro
25 d = isa_try_new(TYPE_ISA_NE2000); in isa_ne2000_init()
/openbmc/qemu/hw/net/
H A Dne2000-isa.c141 .name = TYPE_ISA_NE2000,
/openbmc/qemu/hw/i386/
H A Dpc.c1244 bool default_is_ne2k = g_str_equal(mc->default_nic, TYPE_ISA_NE2000); in pc_nic_init()
1249 while ((nd = qemu_find_nic_info(TYPE_ISA_NE2000, default_is_ne2k, NULL))) { in pc_nic_init()