Home
last modified time | relevance | path

Searched refs:vhost_reset_device (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/virtio/
H A Dvhost.h351 int vhost_reset_device(struct vhost_dev *hdev);
353 static inline int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function
H A Dvhost-backend.h193 vhost_reset_device_op vhost_reset_device; member
/qemu/hw/virtio/
H A Dvhost.c2194 int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function
2196 if (hdev->vhost_ops->vhost_reset_device) { in vhost_reset_device()
2197 return hdev->vhost_ops->vhost_reset_device(hdev); in vhost_reset_device()
H A Dvhost-vdpa.c1608 .vhost_reset_device = vhost_vdpa_reset_device,
H A Dvhost-user.c3032 .vhost_reset_device = vhost_user_reset_device,
H A Dvirtio.c3163 vhost_reset_device(hdev); in virtio_reset()