Home
last modified time | relevance | path

Searched refs:vc_qnotify (Results 1 – 5 of 5) sorted by relevance

/src/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c88 .vc_qnotify = pci_vtrnd_notify,
H A Dvirtio.h264 void (*vc_qnotify)(void *, struct vqueue_info *); member
H A Dvirtio.c785 else if (vc->vc_qnotify) in vi_pci_write()
786 (*vc->vc_qnotify)(DEV_SOFTC(vs), vq); in vi_pci_write()
H A Dpci_virtio_9p.c109 .vc_qnotify = pci_vt9p_notify,
H A Dpci_virtio_block.c210 .vc_qnotify = pci_vtblk_notify,