Home
last modified time | relevance | path

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

/qemu/include/hw/virtio/
H A Dvirtio.h361 int virtio_queue_set_host_notifier_mr(VirtIODevice *vdev, int n,
/qemu/hw/virtio/
H A Dvhost-vdpa.c697 virtio_queue_set_host_notifier_mr(vdev, queue_index, &n->mr, false); in vhost_vdpa_host_notifier_uninit()
730 if (virtio_queue_set_host_notifier_mr(vdev, queue_index, &n->mr, true)) { in vhost_vdpa_host_notifier_init()
H A Dvhost-user.c1216 virtio_queue_set_host_notifier_mr(vdev, n->idx, &n->mr, false); in vhost_user_host_notifier_remove()
1606 if (virtio_queue_set_host_notifier_mr(vdev, queue_idx, &n->mr, true)) { in vhost_user_backend_handle_vring_host_notifier()
H A Dvirtio.c3905 int virtio_queue_set_host_notifier_mr(VirtIODevice *vdev, int n, in virtio_queue_set_host_notifier_mr() function