Searched refs:vhost_vring_file (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/tools/include/uapi/linux/ |
D | vhost.h | 78 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 80 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 82 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) 101 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
|
/linux-5.19.10/include/uapi/linux/ |
D | vhost.h | 78 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 80 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 82 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) 101 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
|
D | vhost_types.h | 24 struct vhost_vring_file { struct
|
/linux-5.19.10/tools/virtio/ |
D | virtio_test.c | 49 static const struct vhost_vring_file no_backend = { .fd = -1 }, 71 struct vhost_vring_file file = { .index = info->idx }; in vhost_vq_setup()
|
/linux-5.19.10/drivers/vhost/ |
D | test.c | 314 struct vhost_vring_file backend; in vhost_test_ioctl()
|
D | net.c | 1690 struct vhost_vring_file backend; in vhost_net_ioctl()
|
D | vhost.c | 1603 struct vhost_vring_file f; in vhost_vring_ioctl()
|