Searched refs:vhost_reset_device (Results 1 – 6 of 6) sorted by relevance
351 int vhost_reset_device(struct vhost_dev *hdev);353 static inline int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function
193 vhost_reset_device_op vhost_reset_device; member
2194 int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function2196 if (hdev->vhost_ops->vhost_reset_device) { in vhost_reset_device()2197 return hdev->vhost_ops->vhost_reset_device(hdev); in vhost_reset_device()
1608 .vhost_reset_device = vhost_vdpa_reset_device,
3032 .vhost_reset_device = vhost_user_reset_device,
3163 vhost_reset_device(hdev); in virtio_reset()