Home
last modified time | relevance | path

Searched refs:virtqueue_unpop (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c737 virtqueue_unpop(svq->vq, elem, 0); in vhost_svq_stop()
743 virtqueue_unpop(svq->vq, next_avail_elem, 0); in vhost_svq_stop()
/openbmc/qemu/hw/input/
H A Dvirtio-input.c51 virtqueue_unpop(vinput->evt, vinput->queue[i].elem, 0); in virtio_input_send()