Home
last modified time | relevance | path

Searched refs:VDUSE_VQ_SETUP_KICKFD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvduse.h205 #define VDUSE_VQ_SETUP_KICKFD _IOW(VDUSE_BASE, 0x16, struct vduse_vq_eventfd) macro
/openbmc/qemu/linux-headers/linux/
H A Dvduse.h205 #define VDUSE_VQ_SETUP_KICKFD _IOW(VDUSE_BASE, 0x16, struct vduse_vq_eventfd) macro
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c923 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()
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst221 3. Setup the kick eventfd for the specified virtqueues with the VDUSE_VQ_SETUP_KICKFD
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1263 case VDUSE_VQ_SETUP_KICKFD: { in vduse_dev_ioctl()