Searched refs:vhost_reset_device (Results 1 – 6 of 6) sorted by relevance
349 int vhost_reset_device(struct vhost_dev *hdev);351 static inline int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function
193 vhost_reset_device_op vhost_reset_device; member
2192 int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function2194 if (hdev->vhost_ops->vhost_reset_device) { in vhost_reset_device()2195 return hdev->vhost_ops->vhost_reset_device(hdev); in vhost_reset_device()
1564 .vhost_reset_device = vhost_vdpa_reset_device,
3034 .vhost_reset_device = vhost_user_reset_device,
2338 vhost_reset_device(hdev); in virtio_reset()