Searched refs:VhostVdpaDevice (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vdpa-dev.c | 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), [all …]
|
H A D | vdpa-dev-pci.c | 38 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 D | vdpa-dev.h | 24 OBJECT_DECLARE_SIMPLE_TYPE(VhostVdpaDevice, VHOST_VDPA_DEVICE) 26 struct VhostVdpaDevice { struct 40 int (*post_init)(VhostVdpaDevice *v, Error **errp); argument
|