Home
last modified time | relevance | path

Searched refs:virtio_queue_set_host_notifier_mr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h358 int virtio_queue_set_host_notifier_mr(VirtIODevice *vdev, int n,
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c655 virtio_queue_set_host_notifier_mr(vdev, queue_index, &n->mr, false); in vhost_vdpa_host_notifier_uninit()
688 if (virtio_queue_set_host_notifier_mr(vdev, queue_index, &n->mr, true)) { in vhost_vdpa_host_notifier_init()
H A Dvhost-user.c1202 virtio_queue_set_host_notifier_mr(vdev, n->idx, &n->mr, false); in vhost_user_host_notifier_remove()
1592 if (virtio_queue_set_host_notifier_mr(vdev, queue_idx, &n->mr, true)) { in vhost_user_backend_handle_vring_host_notifier()
H A Dvirtio.c3877 int virtio_queue_set_host_notifier_mr(VirtIODevice *vdev, int n, in virtio_queue_set_host_notifier_mr() function