Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h23 struct vhost_vring_file { struct
77 int (*set_vring_call)(struct virtio_user_dev *dev, struct vhost_vring_file *file);
78 int (*set_vring_kick)(struct virtio_user_dev *dev, struct vhost_vring_file *file);
H A Dvhost_kernel.c41 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
42 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
43 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
44 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
304 struct vhost_vring_file *file) in vhost_kernel_set_vring_file()
327 vhost_kernel_set_vring_kick(struct virtio_user_dev *dev, struct vhost_vring_file *file) in vhost_kernel_set_vring_kick()
333 vhost_kernel_set_vring_call(struct virtio_user_dev *dev, struct vhost_vring_file *file) in vhost_kernel_set_vring_call()
507 struct vhost_vring_file f; in vhost_kernel_set_backend()
H A Dvhost_vdpa.c37 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file)
38 #define VHOST_SET_VRING_CALL _IOW(VHOST_VIRTIO, 0x21, struct vhost_vring_file)
39 #define VHOST_SET_VRING_ERR _IOW(VHOST_VIRTIO, 0x22, struct vhost_vring_file)
40 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file)
412 vhost_vdpa_set_vring_call(struct virtio_user_dev *dev, struct vhost_vring_file *file) in vhost_vdpa_set_vring_call()
420 vhost_vdpa_set_vring_kick(struct virtio_user_dev *dev, struct vhost_vring_file *file) in vhost_vdpa_set_vring_kick()
H A Dvhost_user.c586 struct vhost_vring_file *file) in vhost_user_set_vring_file()
614 vhost_user_set_vring_call(struct virtio_user_dev *dev, struct vhost_vring_file *file) in vhost_user_set_vring_call()
620 vhost_user_set_vring_kick(struct virtio_user_dev *dev, struct vhost_vring_file *file) in vhost_user_set_vring_kick()
H A Dvirtio_user_dev.c40 struct vhost_vring_file file; in virtio_user_create_queue()
58 struct vhost_vring_file file; in virtio_user_kick_queue()
/dpdk/lib/vhost/
H A Dvhost_user.c1742 struct vhost_vring_file file; in vhost_user_set_vring_call()
1996 struct vhost_vring_file file; in vhost_user_set_vring_kick()