Home
last modified time | relevance | path

Searched refs:virtio_vsock_config (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-user-vsock.c33 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()
H A Dvhost-vsock.c27 struct virtio_vsock_config vsockcfg = {}; in vhost_vsock_get_config()
H A Dvhost-vsock-common.c252 virtio_init(vdev, VIRTIO_ID_VSOCK, sizeof(struct virtio_vsock_config)); in vhost_vsock_common_realize()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-user-vsock.h31 struct virtio_vsock_config vsockcfg;
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h44 struct virtio_vsock_config { struct
/openbmc/linux/include/uapi/linux/
H A Dvirtio_vsock.h44 struct virtio_vsock_config { struct
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport.c341 vdev->config->get(vdev, offsetof(struct virtio_vsock_config, guest_cid), in virtio_vsock_update_guest_cid()