Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dvhost.h102 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) macro
/linux-2.6.39/tools/virtio/
Dvirtio_test.c72 r = ioctl(dev->control, VHOST_SET_VRING_BASE, &state); in vhost_vq_setup()
/linux-2.6.39/drivers/vhost/
Dvhost.c624 case VHOST_SET_VRING_BASE: in vhost_set_vring()