Home
last modified time | relevance | path

Searched refs:vhost_dev (Results 1 – 5 of 5) sorted by relevance

/devicemodel/include/
A Dvhost.h30 struct vhost_dev *dev; /**< pointer to vhost_dev */
33 struct vhost_dev { struct
97 int vhost_dev_init(struct vhost_dev *vdev, struct virtio_base *base, int fd,
110 int vhost_dev_deinit(struct vhost_dev *vdev);
121 int vhost_dev_start(struct vhost_dev *vdev);
132 int vhost_dev_stop(struct vhost_dev *vdev);
145 int vhost_kernel_ioctl(struct vhost_dev *vdev, unsigned long int request, void *arg);
A Dvhost_vsock.h48 struct vhost_dev vdev;
/devicemodel/hw/pci/virtio/
A Dvhost.c35 int vhost_kernel_ioctl(struct vhost_dev *vdev, in vhost_kernel_ioctl()
60 vhost_kernel_deinit(struct vhost_dev *vdev) in vhost_kernel_deinit()
72 vhost_kernel_set_mem_table(struct vhost_dev *vdev, in vhost_kernel_set_mem_table()
146 vhost_kernel_set_owner(struct vhost_dev *vdev) in vhost_kernel_set_owner()
223 vhost_vq_init(struct vhost_dev *vdev, int idx) in vhost_vq_init()
386 vhost_vq_stop(struct vhost_dev *vdev, int idx) in vhost_vq_stop()
437 vhost_set_mem_table(struct vhost_dev *vdev) in vhost_set_mem_table()
513 vhost_dev_init(struct vhost_dev *vdev, in vhost_dev_init()
586 vhost_dev_deinit(struct vhost_dev *vdev) in vhost_dev_deinit()
611 vhost_dev_start(struct vhost_dev *vdev) in vhost_dev_start()
[all …]
A Dvhost_vsock.c30 vhost_vsock_set_running(struct vhost_dev *vdev, int start) in vhost_vsock_set_running()
36 vhost_vsock_set_guest_cid(struct vhost_dev *vdev, in vhost_vsock_set_guest_cid()
A Dvirtio_net.c134 struct vhost_dev vdev;
205 vhost_kernel_net_set_backend(struct vhost_dev *vdev, in vhost_kernel_net_set_backend()
212 vhost_net_set_backend(struct vhost_dev *vdev, int backend_fd) in vhost_net_set_backend()

Completed in 10 milliseconds