Lines Matching refs:VhostVdpaDevice
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),
342 DEFINE_PROP_UINT16("queue-size", VhostVdpaDevice, queue_size, 0),
376 VhostVdpaDevice *s = VHOST_VDPA_DEVICE(obj); in vhost_vdpa_device_instance_init()
385 .instance_size = sizeof(VhostVdpaDevice),