vhost_vring_file 1699 drivers/vhost/net.c struct vhost_vring_file backend; vhost_vring_file 1593 drivers/vhost/vhost.c struct vhost_vring_file f; vhost_vring_file 76 include/uapi/linux/vhost.h #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) vhost_vring_file 78 include/uapi/linux/vhost.h #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) vhost_vring_file 80 include/uapi/linux/vhost.h #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) vhost_vring_file 102 include/uapi/linux/vhost.h #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) vhost_vring_file 76 tools/include/uapi/linux/vhost.h #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) vhost_vring_file 78 tools/include/uapi/linux/vhost.h #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) vhost_vring_file 80 tools/include/uapi/linux/vhost.h #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) vhost_vring_file 102 tools/include/uapi/linux/vhost.h #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) vhost_vring_file 64 tools/virtio/virtio_test.c struct vhost_vring_file file = { .index = info->idx };