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.c562 hdev_call); in vhost_svq_handle_call()
662 event_notifier_set_handler(&svq->hdev_call, vhost_svq_handle_call); in vhost_svq_start()
725 event_notifier_set_handler(&svq->hdev_call, NULL); in vhost_svq_stop()
H A Dvhost-vdpa.c1065 r = event_notifier_init(&svq->hdev_call, 0); in vhost_vdpa_svq_set_fds()
1078 event_notifier = &svq->hdev_call; in vhost_vdpa_svq_set_fds()
1089 event_notifier_set_handler(&svq->hdev_call, NULL); in vhost_vdpa_svq_set_fds()
1313 event_notifier_cleanup(&svq->hdev_call); in vhost_vdpa_svqs_stop()