Searched refs:VDUSE_VQ_SETUP_KICKFD (Results 1 – 5 of 5) sorted by relevance
205 #define VDUSE_VQ_SETUP_KICKFD _IOW(VDUSE_BASE, 0x16, struct vduse_vq_eventfd) macro
923 if (ioctl(dev->fd, VDUSE_VQ_SETUP_KICKFD, &vq_eventfd)) { in vduse_queue_enable()955 ioctl(dev->fd, VDUSE_VQ_SETUP_KICKFD, &eventfd); in vduse_queue_disable()
221 3. Setup the kick eventfd for the specified virtqueues with the VDUSE_VQ_SETUP_KICKFD
1263 case VDUSE_VQ_SETUP_KICKFD: { in vduse_dev_ioctl()