Lines Matching refs:vvc
59 VHostVSockCommon *vvc = VHOST_VSOCK_COMMON(vdev); in vuv_set_status() local
63 if (vhost_dev_is_started(&vvc->vhost_dev) == should_start) { in vuv_set_status()
85 VHostVSockCommon *vvc = VHOST_VSOCK_COMMON(vdev); in vuv_get_features() local
87 features = vhost_get_features(&vvc->vhost_dev, user_feature_bits, features); in vuv_get_features()
99 VHostVSockCommon *vvc = VHOST_VSOCK_COMMON(dev); in vuv_device_realize() local
115 vhost_dev_set_config_notifier(&vvc->vhost_dev, &vsock_ops); in vuv_device_realize()
117 ret = vhost_dev_init(&vvc->vhost_dev, &vsock->vhost_user, in vuv_device_realize()
123 ret = vhost_dev_get_config(&vvc->vhost_dev, (uint8_t *)&vsock->vsockcfg, in vuv_device_realize()
132 vhost_dev_cleanup(&vvc->vhost_dev); in vuv_device_realize()
140 VHostVSockCommon *vvc = VHOST_VSOCK_COMMON(dev); in vuv_device_unrealize() local
147 vhost_dev_cleanup(&vvc->vhost_dev); in vuv_device_unrealize()