Searched refs:virtio_vsock_config (Results 1 – 7 of 7) sorted by relevance
33 memcpy(config, &vsock->vsockcfg, sizeof(struct virtio_vsock_config)); in vuv_get_config()41 sizeof(struct virtio_vsock_config), in vuv_handle_config_change()119 sizeof(struct virtio_vsock_config), errp); in vuv_device_realize()
27 struct virtio_vsock_config vsockcfg = {}; in vhost_vsock_get_config()
252 virtio_init(vdev, VIRTIO_ID_VSOCK, sizeof(struct virtio_vsock_config)); in vhost_vsock_common_realize()
31 struct virtio_vsock_config vsockcfg;
44 struct virtio_vsock_config { struct
341 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()