Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvhost.h349 int vhost_reset_device(struct vhost_dev *hdev);
351 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
/openbmc/qemu/hw/virtio/
H A Dvhost.c2192 int vhost_reset_device(struct vhost_dev *hdev) in vhost_reset_device() function
2194 if (hdev->vhost_ops->vhost_reset_device) { in vhost_reset_device()
2195 return hdev->vhost_ops->vhost_reset_device(hdev); in vhost_reset_device()
H A Dvhost-vdpa.c1564 .vhost_reset_device = vhost_vdpa_reset_device,
H A Dvhost-user.c3034 .vhost_reset_device = vhost_user_reset_device,
H A Dvirtio.c2338 vhost_reset_device(hdev); in virtio_reset()