Home
last modified time | relevance | path

Searched defs:net (Results 1 – 17 of 17) sorted by relevance

/qemu/hw/net/
H A Dvhost_net-stub.c23 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 Dvhost_net.c99 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 Dxen_nic.c603 XenNetDev *net; in type_init() local
H A Dvirtio-net.c225 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 Dvirtio-net.h38 QVirtioNet net; member
43 QVirtioNet net; member
/qemu/hw/virtio/
H A Dvirtio-net-pci.c53 VirtIONet *net = VIRTIO_NET(vdev); in virtio_net_pci_realize() local
/qemu/hw/audio/
H A Dgus.c82 int net = 0; in write_audio() local
113 int samples, to_play, net = 0; in GUS_callback() local
H A Dadlib.c157 int net = 0; in write_audio() local
H A Dcs4231a.c530 int temp, net; in cs_write_audio() local
H A Dsb16.c1183 int temp, net; in write_audio() local
/qemu/hw/
H A Dmeson.build23 subdir('net') subdir
/qemu/net/
H A Dvhost-user.c83 struct vhost_net *net = NULL; in vhost_user_start() local
H A Dvhost-vdpa.c175 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 Dslirp.c440 struct in_addr net = { .s_addr = htonl(0x0a000200) }; /* 10.0.2.0 */ in net_slirp_init() local
/qemu/pc-bios/s390-ccw/
H A Dvirtio.h245 VirtioNetConfig net; member
/qemu/system/
H A Dvl.c1436 QemuOptsList *net = qemu_find_opts("net"); in qemu_create_default_devices() local
/qemu/
H A Dmeson.build3882 subdir('net') global() subdir