Home
last modified time | relevance | path

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

/linux-2.6.39/include/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-2.6.39/tools/virtio/
Dvirtio_test.c56 struct vhost_vring_state state = { .index = info->idx }; in vhost_vq_setup()
/linux-2.6.39/drivers/vhost/
Dvhost.c590 struct vhost_vring_state s; in vhost_set_vring()