Searched refs:vhost_features (Results 1 – 4 of 4) sorted by relevance
62 uint64_t vhost_features; member98 int vq_idx, uint64_t vhost_features,
517 uint64_t vhost_features, in vhost_dev_init() argument558 vdev->vhost_features = vhost_features & features; in vhost_dev_init()566 vdev->base->device_caps &= ~(vhost_features ^ features); in vhost_dev_init()644 features = (vdev->base->negotiated_caps & vdev->vhost_features) | in vhost_dev_start()
170 uint64_t vhost_features = VHOST_VSOCK_FEATURES; in vhost_vsock_init() local198 vhost_features, 0, 0); in vhost_vsock_init()
1174 uint64_t vhost_features = VIRTIO_NET_S_VHOSTCAPS; in vhost_net_init() local1191 vhost_features, vhost_ext_features, busyloop_timeout); in vhost_net_init()
Completed in 11 milliseconds