Searched refs:vhost_vring_file (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel.c | 35 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 36 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 37 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) 38 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) 301 struct vhost_vring_file f; in vhost_kernel_set_backend()
|
| H A D | vhost_vdpa.c | 29 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) 30 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file) 31 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file) 32 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
|
| H A D | vhost.h | 21 struct vhost_vring_file { struct
|
| H A D | virtio_user_dev.c | 39 struct vhost_vring_file file; in virtio_user_create_queue() 51 struct vhost_vring_file file; in virtio_user_kick_queue()
|
| H A D | vhost_user.c | 257 struct vhost_vring_file *file = 0; in vhost_user_sock()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.c | 1599 struct vhost_vring_file file; in vhost_user_set_vring_call() 1843 struct vhost_vring_file file; in vhost_user_set_vring_kick()
|