Searched defs:net (Results 1 – 17 of 17) sorted by relevance
/qemu/hw/net/ |
H A D | vhost_net-stub.c | 23 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() 46 void vhost_net_cleanup(struct vhost_net *net) in vhost_net_cleanup() 50 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features() 55 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, in vhost_net_get_config() 60 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, in vhost_net_set_config() 66 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features() 70 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features() 75 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending() 80 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, in vhost_net_virtqueue_mask() 85 bool vhost_net_config_pending(VHostNetState *net) in vhost_net_config_pending() [all …]
|
H A D | vhost_net.c | 99 static const int *vhost_net_get_feature_bits(struct vhost_net *net) in vhost_net_get_feature_bits() 124 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features() 129 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, in vhost_net_get_config() 134 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, in vhost_net_set_config() 140 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features() 146 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() 151 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features() 170 struct vhost_net *net; in vhost_net_disable_notifiers_nvhosts() local 230 struct vhost_net *net; in vhost_net_enable_notifiers() local 322 struct vhost_net *net = g_new0(struct vhost_net, 1); in vhost_net_init() local [all …]
|
H A D | xen_nic.c | 603 XenNetDev *net; in type_init() local
|
H A D | virtio-net.c | 225 static void virtio_net_announce_notify(VirtIONet *net) in virtio_net_announce_notify() 3347 struct vhost_net *net; in virtio_net_get_vhost() local
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-net.h | 38 QVirtioNet net; member 43 QVirtioNet net; member
|
/qemu/hw/virtio/ |
H A D | virtio-net-pci.c | 53 VirtIONet *net = VIRTIO_NET(vdev); in virtio_net_pci_realize() local
|
/qemu/hw/audio/ |
H A D | gus.c | 82 int net = 0; in write_audio() local 113 int samples, to_play, net = 0; in GUS_callback() local
|
H A D | adlib.c | 157 int net = 0; in write_audio() local
|
H A D | cs4231a.c | 530 int temp, net; in cs_write_audio() local
|
H A D | sb16.c | 1183 int temp, net; in write_audio() local
|
/qemu/hw/ |
H A D | meson.build | 23 subdir('net') subdir
|
/qemu/net/ |
H A D | vhost-user.c | 83 struct vhost_net *net = NULL; in vhost_user_start() local
|
H A D | vhost-vdpa.c | 175 static int vhost_vdpa_net_check_device_id(struct vhost_net *net) in vhost_vdpa_net_check_device_id() 193 struct vhost_net *net = NULL; in vhost_vdpa_add() local
|
H A D | slirp.c | 440 struct in_addr net = { .s_addr = htonl(0x0a000200) }; /* 10.0.2.0 */ in net_slirp_init() local
|
/qemu/pc-bios/s390-ccw/ |
H A D | virtio.h | 245 VirtioNetConfig net; member
|
/qemu/system/ |
H A D | vl.c | 1436 QemuOptsList *net = qemu_find_opts("net"); in qemu_create_default_devices() local
|
/qemu/ |
H A D | meson.build | 3882 subdir('net') global() subdir
|