Home
last modified time | relevance | path

Searched refs:VHOST_SET_VRING_KICK (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
Dvhost.h76 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) macro
/tools/virtio/
Dvirtio_test.c84 r = ioctl(dev->control, VHOST_SET_VRING_KICK, &file); in vhost_vq_setup()