Searched defs:net (Results 1 – 17 of 17) sorted by relevance
/qemu/hw/net/ |
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 …]
|
A D | vhost_net.c | 146 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues() 170 struct vhost_net *net; in vhost_net_disable_notifiers_nvhosts() local 230 struct vhost_net *net; in vhost_net_enable_notifiers() local 404 static int vhost_net_start_one(struct vhost_net *net, in vhost_net_start_one() 471 static void vhost_net_stop_one(struct vhost_net *net, in vhost_net_stop_one() 500 struct vhost_net *net; in vhost_net_start() local 617 void vhost_net_cleanup(struct vhost_net *net) in vhost_net_cleanup() 643 bool vhost_net_config_pending(VHostNetState *net) in vhost_net_config_pending() 691 VHostNetState *net = get_vhost_net(nc); in vhost_set_vring_enable() local 727 VHostNetState *net = get_vhost_net(nc->peer); in vhost_net_virtqueue_reset() local [all …]
|
A D | xen_nic.c | 605 XenNetDev *net; in type_init() local
|
A D | virtio-net.c | 225 static void virtio_net_announce_notify(VirtIONet *net) in virtio_net_announce_notify() 3957 struct vhost_net *net; in virtio_net_get_vhost() local
|
/qemu/tests/qtest/libqos/ |
A D | virtio-net.h | 38 QVirtioNet net; member 43 QVirtioNet net; member
|
/qemu/hw/virtio/ |
A D | virtio-net-pci.c | 54 VirtIONet *net = VIRTIO_NET(vdev); in virtio_net_pci_realize() local
|
/qemu/hw/audio/ |
A D | gus.c | 82 int net = 0; in write_audio() local 113 int samples, to_play, net = 0; in GUS_callback() local
|
A D | adlib.c | 157 int net = 0; in write_audio() local
|
A D | cs4231a.c | 530 int temp, net; in cs_write_audio() local
|
A D | sb16.c | 1183 int temp, net; in write_audio() local
|
/qemu/hw/ |
A D | meson.build | 23 subdir('net') subdir
|
/qemu/net/ |
A D | vhost-user.c | 82 struct vhost_net *net = NULL; in vhost_user_start() local
|
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
|
A D | slirp.c | 433 struct in_addr net = { .s_addr = htonl(0x0a000200) }; /* 10.0.2.0 */ in net_slirp_init() local
|
/qemu/pc-bios/s390-ccw/ |
A D | virtio.h | 245 VirtioNetConfig net; member
|
/qemu/system/ |
A D | vl.c | 1438 QemuOptsList *net = qemu_find_opts("net"); in qemu_create_default_devices() local
|
/qemu/ |
A D | meson.build | 3777 subdir('net') subdir
|
Completed in 60 milliseconds