Home
last modified time | relevance | path

Searched refs:hdev_call (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.h57 EventNotifier hdev_call; member
H A Dvhost-shadow-virtqueue.c587 hdev_call); in vhost_svq_handle_call()
687 event_notifier_set_handler(&svq->hdev_call, vhost_svq_handle_call); in vhost_svq_start()
750 event_notifier_set_handler(&svq->hdev_call, NULL); in vhost_svq_stop()
H A Dvhost-vdpa.c1083 r = event_notifier_init(&svq->hdev_call, 0); in vhost_vdpa_svq_set_fds()
1096 event_notifier = &svq->hdev_call; in vhost_vdpa_svq_set_fds()
1107 event_notifier_set_handler(&svq->hdev_call, NULL); in vhost_vdpa_svq_set_fds()
1338 event_notifier_cleanup(&svq->hdev_call); in vhost_vdpa_svqs_stop()