Searched refs:VDUSE_VQ_SETUP_KICKFD (Results 1 – 6 of 6) sorted by relevance
205 #define VDUSE_VQ_SETUP_KICKFD _IOW(VDUSE_BASE, 0x16, struct vduse_vq_eventfd) macro
221 3. Setup the kick eventfd for the specified virtqueues with the VDUSE_VQ_SETUP_KICKFD
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()
1263 case VDUSE_VQ_SETUP_KICKFD: { in vduse_dev_ioctl()
1367 +pub const VDUSE_VQ_SETUP_KICKFD: u32 = 1074299158;