Home
last modified time | relevance | path

Searched refs:VHOST_NET_SET_BACKEND (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c38 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
305 if (ioctl(vhostfd, VHOST_NET_SET_BACKEND, &f) < 0) { in vhost_kernel_set_backend()
312 if (ioctl(vhostfd, VHOST_NET_SET_BACKEND, &f) < 0) { in vhost_kernel_set_backend()
H A Dvhost_vdpa.c32 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro