Searched refs:vhost_reset_device (Results 1 – 6 of 6) sorted by relevance
371 int vhost_reset_device(struct vhost_dev *hdev);373 static inline int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function
193 vhost_reset_device_op vhost_reset_device; member
2205 int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function2207 if (hdev->vhost_ops->vhost_reset_device) { in vhost_reset_device()2208 return hdev->vhost_ops->vhost_reset_device(hdev); in vhost_reset_device()
1608 .vhost_reset_device = vhost_vdpa_reset_device,
3018 .vhost_reset_device = vhost_user_reset_device,
3173 vhost_reset_device(hdev); in virtio_reset()