Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dvhost.h109 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
113 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
/linux-6.12.1/include/uapi/linux/
Dvhost.h109 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
111 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
113 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
132 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
Dvhost_types.h24 struct vhost_vring_file { struct
/linux-6.12.1/tools/virtio/
Dvirtio_test.c49 static const struct vhost_vring_file no_backend = { .fd = -1 },
71 struct vhost_vring_file file = { .index = info->idx }; in vhost_vq_setup()
Dvhost_net_test.c159 struct vhost_vring_file file = { .index = info->idx }; in vhost_vq_setup()
193 struct vhost_vring_file backend = { .index = idx, .fd = fd }; in vq_info_add()
/linux-6.12.1/drivers/vhost/
Dtest.c314 struct vhost_vring_file backend; in vhost_test_ioctl()
Dnet.c1672 struct vhost_vring_file backend; in vhost_net_ioctl()
Dvhost.c1965 struct vhost_vring_file f; in vhost_vring_ioctl()