Lines Matching full:used
15 * This is used for future extension.
34 * Structure used by VDUSE_CREATE_DEV ioctl to create VDUSE device.
67 * Structure used by VDUSE_IOTLB_GET_FD ioctl to find an overlapped IOVA region.
94 * struct vduse_config_data - data used to update configuration space
97 * @buffer: the buffer used to write from
99 * Structure used by VDUSE_DEV_SET_CONFIG ioctl to update device
112 * Inject a config interrupt. It's usually used to notify virtio driver
123 * Structure used by VDUSE_VQ_SETUP ioctl to setup a virtqueue.
150 * @last_used_idx: used index
170 * Structure used by VDUSE_VQ_GET_INFO ioctl to get virtqueue's information.
193 * Structure used by VDUSE_VQ_SETUP_KICKFD ioctl to setup kick eventfd.
202 * Setup kick eventfd for specified virtqueue. The kick eventfd is used
208 * Inject an interrupt for specific virtqueue. It's used to notify virtio driver
209 * to consume the used vring.
220 * Structure used by VDUSE_IOTLB_REG_UMEM and VDUSE_IOTLB_DEREG_UMEM
243 * Structure used by VDUSE_IOTLB_GET_INFO ioctl to get information of
317 * Structure used by read(2) on /dev/vduse/$NAME.
339 * Structure used by write(2) on /dev/vduse/$NAME.