Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dvirtiovar.h230 int virtio_dequeue(struct virtio_softc*, struct virtqueue*, int *, int *);
H A Dviomb.c350 r = virtio_dequeue(vsc, vq, &slot, NULL); in inflate_done()
466 r = virtio_dequeue(vsc, vq, &slot, NULL); in deflate_done()
H A Dviornd.c229 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) { in viornd_vq_done()
H A Dld_virtio.c507 if (virtio_dequeue(vsc, vq, &slot, NULL)) in ld_virtio_vq_done()
583 r = virtio_dequeue(vsc, vq, &dslot, NULL); in ld_virtio_dump()
H A Dvio9p.c263 error = virtio_dequeue(vsc, vq, &slot, &len); in vio9p_read()
H A Dvioscsi.c534 r = virtio_dequeue(vsc, vq, &slot, NULL); in vioscsi_vq_done()
H A Dif_vioif.c1827 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) in vioif_rx_deq_locked()
2091 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) in vioif_tx_deq_locked()
2428 r = virtio_dequeue(vsc, vq, &slot, NULL); in vioif_ctrl_intr()
H A Dvirtio.c1278 virtio_dequeue(struct virtio_softc *sc, struct virtqueue *vq, in virtio_dequeue() function
/netbsd/sys/dev/virtio/
H A Dviocon.c333 while (virtio_dequeue(vsc, vq, &slot, &len) == 0) { in viocon_tx_drain()
407 while (!vp->vp_iflow && virtio_dequeue(vsc, vq, &slot, &len) == 0) { in viocon_rx_soft()