Home
last modified time | relevance | path

Searched refs:vhost_vring_file (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dvhost.h24 struct vhost_vring_file { struct
110 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
112 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
114 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
122 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
/linux-2.6.39/tools/virtio/
Dvirtio_test.c57 struct vhost_vring_file file = { .index = info->idx }; in vhost_vq_setup()
/linux-2.6.39/drivers/vhost/
Dnet.c721 struct vhost_vring_file backend; in vhost_net_ioctl()
Dvhost.c591 struct vhost_vring_file f; in vhost_set_vring()