Searched refs:virtio_queue_set_host_notifier_mr (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 358 int virtio_queue_set_host_notifier_mr(VirtIODevice *vdev, int n,
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vdpa.c | 655 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 D | vhost-user.c | 1202 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 D | virtio.c | 3877 int virtio_queue_set_host_notifier_mr(VirtIODevice *vdev, int n, in virtio_queue_set_host_notifier_mr() function
|