Searched refs:vhost_vring_file (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | vhost.h | 76 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 78 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 80 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) 102 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
|
| /Linux-v5.4/include/uapi/linux/ |
| D | vhost.h | 76 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 78 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 80 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) 102 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
|
| D | vhost_types.h | 24 struct vhost_vring_file { struct
|
| /Linux-v5.4/tools/virtio/ |
| D | virtio_test.c | 64 struct vhost_vring_file file = { .index = info->idx }; in vhost_vq_setup()
|
| /Linux-v5.4/drivers/vhost/ |
| D | net.c | 1707 struct vhost_vring_file backend; in vhost_net_ioctl()
|
| D | vhost.c | 1593 struct vhost_vring_file f; in vhost_vring_ioctl()
|