Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c27 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
131 ret = vhost_vdpa_ioctl(data->vhostfd, VHOST_GET_FEATURES, features); in vhost_vdpa_get_features()
H A Dvhost_kernel.c30 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
127 ret = vhost_kernel_ioctl(data->vhostfds[0], VHOST_GET_FEATURES, features); in vhost_kernel_get_features()