Home
last modified time | relevance | path

Searched refs:VhostVdpaDevice (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c54 VhostVdpaDevice *v = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_realize()
175 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_unrealize()
197 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_get_config()
212 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_set_config()
227 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_get_features()
239 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_start()
290 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_stop()
317 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(vdev); in vhost_vdpa_device_set_status()
341 DEFINE_PROP_STRING("vhostdev", VhostVdpaDevice, vhostdev),
376 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(obj); in vhost_vdpa_device_instance_init()
[all …]
H A Dvdpa-dev-pci.c38 VhostVdpaDevice vdev;
55 static int vhost_vdpa_device_pci_post_init(VhostVdpaDevice *v, Error **errp) in vhost_vdpa_device_pci_post_init()
/openbmc/qemu/include/hw/virtio/
H A Dvdpa-dev.h24 OBJECT_DECLARE_SIMPLE_TYPE(VhostVdpaDevice, VHOST_VDPA_DEVICE)
26 struct VhostVdpaDevice { struct
40 int (*post_init)(VhostVdpaDevice *v, Error **errp); argument