Home
last modified time | relevance | path

Searched refs:vhost_vring_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dvhost.h19 struct vhost_vring_state { struct
98 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state)
102 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state)
104 #define VHOST_GET_VRING_BASE _IOWR(VHOST_VIRTIO, 0x12, struct vhost_vring_state)
/linux-4.1.27/tools/virtio/
Dvirtio_test.c62 struct vhost_vring_state state = { .index = info->idx }; in vhost_vq_setup()
/linux-4.1.27/drivers/vhost/
Dvhost.c640 struct vhost_vring_state s; in vhost_vring_ioctl()