Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvhost.h25 struct vhost_vring_file { struct
161 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
163 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
165 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
187 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
/Linux-v4.19/tools/include/uapi/linux/
Dvhost.h25 struct vhost_vring_file { struct
161 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
163 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
165 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
187 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
/Linux-v4.19/tools/virtio/
Dvirtio_test.c64 struct vhost_vring_file file = { .index = info->idx }; in vhost_vq_setup()
/Linux-v4.19/drivers/vhost/
Dnet.c1491 struct vhost_vring_file backend; in vhost_net_ioctl()
Dvhost.c1389 struct vhost_vring_file f; in vhost_vring_ioctl()