Searched refs:VHOST_GET_FEATURES (Results 1 – 2 of 2) sorted by relevance
27 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro131 ret = vhost_vdpa_ioctl(data->vhostfd, VHOST_GET_FEATURES, features); in vhost_vdpa_get_features()
30 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro127 ret = vhost_kernel_ioctl(data->vhostfds[0], VHOST_GET_FEATURES, features); in vhost_kernel_get_features()