Searched refs:vhost_dev_disable_notifiers (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/scsi/ |
H A D | vhost-scsi-common.c | 100 vhost_dev_disable_notifiers(&vsc->dev, vdev); in vhost_scsi_common_start() 121 vhost_dev_disable_notifiers(&vsc->dev, vdev); in vhost_scsi_common_stop()
|
/openbmc/qemu/backends/ |
H A D | vhost-user.c | 97 vhost_dev_disable_notifiers(&b->dev, b->vdev); in vhost_user_backend_start() 122 vhost_dev_disable_notifiers(&b->dev, b->vdev); in vhost_user_backend_stop()
|
H A D | cryptodev-vhost.c | 104 vhost_dev_disable_notifiers(&crypto->dev, dev); in cryptodev_vhost_start_one() 114 vhost_dev_disable_notifiers(&crypto->dev, dev); in cryptodev_vhost_stop_one()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vsock-common.c | 94 vhost_dev_disable_notifiers(&vvc->vhost_dev, vdev); in vhost_vsock_common_start() 117 vhost_dev_disable_notifiers(&vvc->vhost_dev, vdev); in vhost_vsock_common_stop()
|
H A D | vhost-user-scmi.c | 81 vhost_dev_disable_notifiers(vhost_dev, vdev); in vu_scmi_start() 111 vhost_dev_disable_notifiers(vhost_dev, vdev); in vu_scmi_stop()
|
H A D | vhost-user-base.c | 66 vhost_dev_disable_notifiers(&vub->vhost_dev, vdev); in vub_start() 88 vhost_dev_disable_notifiers(&vub->vhost_dev, vdev); in vub_stop()
|
H A D | vdpa-dev.c | 284 vhost_dev_disable_notifiers(&s->dev, vdev); in vhost_vdpa_device_start() 312 vhost_dev_disable_notifiers(&s->dev, vdev); in vhost_vdpa_device_stop()
|
H A D | vhost-user-fs.c | 100 vhost_dev_disable_notifiers(&fs->vhost_dev, vdev); in vuf_start() 122 vhost_dev_disable_notifiers(&fs->vhost_dev, vdev); in vuf_stop()
|
H A D | vhost.c | 1763 void vhost_dev_disable_notifiers(struct vhost_dev *hdev, VirtIODevice *vdev) in vhost_dev_disable_notifiers() function
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 198 void vhost_dev_disable_notifiers(struct vhost_dev *hdev, VirtIODevice *vdev);
|
/openbmc/qemu/hw/block/ |
H A D | vhost-user-blk.c | 203 vhost_dev_disable_notifiers(&s->dev, vdev); in vhost_user_blk_start() 231 vhost_dev_disable_notifiers(&s->dev, vdev); in vhost_user_blk_stop()
|