Searched refs:VDUSE_VQ_GET_INFO (Results 1 – 6 of 6) sorted by relevance
186 #define VDUSE_VQ_GET_INFO _IOWR(VDUSE_BASE, 0x15, struct vduse_vq_info) macro
157 1. Get the specified virtqueue's information with the VDUSE_VQ_GET_INFO ioctl,
894 if (ioctl(dev->fd, VDUSE_VQ_GET_INFO, &vq_info)) { in vduse_queue_enable()
1221 case VDUSE_VQ_GET_INFO: { in vduse_dev_ioctl()
1473 +pub const VDUSE_VQ_GET_INFO: u32 = 3224404245;