Home
last modified time | relevance | path

Searched refs:PCI_CLASS_NETWORK_ETHERNET (Results 1 – 19 of 19) sorted by relevance

/qemu/hw/virtio/
H A Dvirtio-net-pci.c76 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in virtio_net_pci_class_init()
H A Dvirtio-pci.c244 .class_id = PCI_CLASS_NETWORK_ETHERNET,
/qemu/hw/net/
H A Dne2000-pci.c113 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in ne2000_class_init()
H A Dpcnet-pci.c270 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in pcnet_class_init()
H A Digbvf.c313 c->class_id = PCI_CLASS_NETWORK_ETHERNET; in igbvf_class_init()
H A Digb.c613 c->class_id = PCI_CLASS_NETWORK_ETHERNET; in igb_class_init()
H A De1000e.c688 c->class_id = PCI_CLASS_NETWORK_ETHERNET; in e1000e_class_init()
H A Dsunhme.c948 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in sunhme_class_init()
H A Dtulip.c1025 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in tulip_class_init()
H A Dsungem.c1467 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in sungem_class_init()
H A Deepro100.c2075 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in eepro100_class_init()
H A De1000.c1699 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in e1000_class_init()
H A Dvmxnet3.c2478 c->class_id = PCI_CLASS_NETWORK_ETHERNET; in vmxnet3_class_init()
H A Drtl8139.c3428 k->class_id = PCI_CLASS_NETWORK_ETHERNET; in rtl8139_class_init()
/qemu/include/hw/pci/
H A Dpci_ids.h33 #define PCI_CLASS_NETWORK_ETHERNET 0x0200 macro
/qemu/hw/i386/xen/
H A Dxen_platform.c134 PCI_CLASS_NETWORK_ETHERNET in unplug_nic()
/qemu/hw/ppc/
H A Dpegasos2.c792 PCI_CLASS_NETWORK_ETHERNET) { in add_pci_device()
H A Dspapr_pci.c985 { PCI_CLASS_NETWORK_ETHERNET, "ethernet", NULL },
/qemu/hw/pci/
H A Dpci.c2313 if (class_id != PCI_CLASS_NETWORK_ETHERNET) { in pci_qdev_realize()