Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h291 * virtio_queue_enable_notification_and_check on success.
334 bool virtio_queue_enable_notification_and_check(VirtQueue *vq,
/openbmc/qemu/hw/virtio/
H A Dvirtio.c809 bool virtio_queue_enable_notification_and_check(VirtQueue *vq,
798 bool virtio_queue_enable_notification_and_check(VirtQueue *vq, virtio_queue_enable_notification_and_check() function
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1665 if (virtio_queue_enable_notification_and_check(q->rx_vq, opaque)) { in receive_header()