Home
last modified time | relevance | path

Searched refs:virtio_dequeue (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/pv/
H A Dviornd.c161 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) in viornd_vq_done()
H A Dvirtiovar.h250 int virtio_dequeue(struct virtio_softc*, struct virtqueue*, int *, int *);
H A Dviocon.c310 while (virtio_dequeue(vsc, vq, &slot, &len) == 0) { in viocon_tx_drain()
384 while (!vp->vp_iflow && virtio_dequeue(vsc, vq, &slot, &len) == 0) { in viocon_rx_soft()
H A Dvioblk.c325 if (virtio_dequeue(vsc, vq, &slot, NULL) != 0) { in vioblk_vq_done()
329 if (virtio_dequeue(vsc, vq, &slot, NULL) != 0) in vioblk_vq_done()
H A Dviogpu.c337 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) in viogpu_vq_done()
356 while (virtio_dequeue(vsc, vq, &slot, &len) == 0) { in viogpu_rx_soft()
H A Dviomb.c403 r = virtio_dequeue(vsc, vq, &slot, NULL); in viomb_vq_dequeue()
H A Dvioscsi.c354 r = virtio_dequeue(vsc, vq, &slot, NULL); in vioscsi_vq_done()
H A Dif_vio.c1487 while (virtio_dequeue(vsc, vioq->viq_rxvq, &slot, &len) == 0) {
1641 while (virtio_dequeue(vsc, vq, &slot, &len) == 0) {
1965 ret = virtio_dequeue(vsc, vq, &slot, NULL); in vio_ctrl_wakeup()
H A Dvirtio.c847 virtio_dequeue(struct virtio_softc *sc, struct virtqueue *vq, in virtio_dequeue() function