Lines Matching defs:features
72 unsigned long long features = dev->vdev.features;
80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features);
127 static void vdev_info_init(struct vdev_info* dev, unsigned long long features)
131 dev->vdev.features = features;
345 unsigned long long features = (1ULL << VIRTIO_RING_F_INDIRECT_DESC) |
360 features &= ~(1ULL << VIRTIO_RING_F_EVENT_IDX);
366 features &= ~(1ULL << VIRTIO_RING_F_INDIRECT_DESC);
369 features &= ~(1ULL << VIRTIO_F_VERSION_1);
399 vdev_info_init(&dev, features);