Searched refs:DEVICE_CATEGORY_NETWORK (Results 1 – 25 of 35) sorted by relevance
12
/qemu/hw/s390x/ |
H A D | virtio-ccw-net.c | 64 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in virtio_ccw_net_class_init()
|
/qemu/hw/virtio/ |
H A D | virtio-net-pci.c | 78 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in virtio_net_pci_class_init()
|
/qemu/hw/net/ |
H A D | ne2000-pci.c | 116 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in ne2000_class_init()
|
H A D | lance.c | 151 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in lance_class_init()
|
H A D | ne2000-isa.c | 95 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in isa_ne2000_class_initfn()
|
H A D | lasi_i82596.c | 170 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in lasi_82596_class_init()
|
H A D | mipsnet.c | 278 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in mipsnet_class_init()
|
H A D | pcnet-pci.c | 274 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in pcnet_class_init()
|
H A D | igbvf.c | 320 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in igbvf_class_init()
|
H A D | igb.c | 621 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in igb_class_init()
|
H A D | xen_nic.c | 573 set_bit(DEVICE_CATEGORY_NETWORK, dev_class->categories); in xen_netdev_class_init()
|
H A D | e1000e.c | 707 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in e1000e_class_init()
|
H A D | mcf_fec.c | 671 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in mcf_fec_class_init()
|
H A D | opencores_eth.c | 755 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories);
|
H A D | npcm7xx_emc.c | 856 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in npcm7xx_emc_class_init()
|
H A D | spapr_llan.c | 863 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in spapr_vlan_class_init()
|
H A D | sunhme.c | 952 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in sunhme_class_init()
|
H A D | npcm_gmac.c | 923 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in npcm_gmac_class_init()
|
H A D | dp8393x.c | 946 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in dp8393x_class_init()
|
H A D | tulip.c | 1029 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in tulip_class_init()
|
/qemu/hw/net/fsl_etsec/ |
H A D | etsec.c | 429 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in etsec_class_init()
|
/qemu/include/hw/ |
H A D | qdev-core.h | 83 DEVICE_CATEGORY_NETWORK, enumerator
|
/qemu/hw/remote/ |
H A D | proxy.c | 322 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in probe_pci_info()
|
/qemu/hw/audio/ |
H A D | via-ac97.c | 514 set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); in via_mc97_class_init()
|
/qemu/system/ |
H A D | qdev-monitor.c | 176 [DEVICE_CATEGORY_NETWORK] = "Network", in qdev_print_devinfos()
|
12