Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c28 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
166 return vhost_vdpa_ioctl(data->vhostfd, VHOST_SET_FEATURES, &features); in vhost_vdpa_set_features()
H A Dvhost_kernel.c31 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
175 ret = vhost_kernel_ioctl(data->vhostfds[i], VHOST_SET_FEATURES, &features); in vhost_kernel_set_features()