Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c44 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro
511 if (ioctl(vhostfd, VHOST_NET_SET_BACKEND, &f) < 0) { in vhost_kernel_set_backend()
518 if (ioctl(vhostfd, VHOST_NET_SET_BACKEND, &f) < 0) { in vhost_kernel_set_backend()
H A Dvhost_vdpa.c40 #define VHOST_NET_SET_BACKEND _IOW(VHOST_VIRTIO, 0x30, struct vhost_vring_file) macro