Searched refs:VhostVdpaDevice (Results 1 – 3 of 3) sorted by relevance
54 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 …]
38 VhostVdpaDevice vdev;55 static int vhost_vdpa_device_pci_post_init(VhostVdpaDevice *v, Error **errp) in vhost_vdpa_device_pci_post_init()
24 OBJECT_DECLARE_SIMPLE_TYPE(VhostVdpaDevice, VHOST_VDPA_DEVICE)26 struct VhostVdpaDevice { struct40 int (*post_init)(VhostVdpaDevice *v, Error **errp); argument