Searched refs:virtio_dequeue (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/dev/pci/ |
H A D | virtiovar.h | 230 int virtio_dequeue(struct virtio_softc*, struct virtqueue*, int *, int *);
|
H A D | viomb.c | 350 r = virtio_dequeue(vsc, vq, &slot, NULL); in inflate_done() 466 r = virtio_dequeue(vsc, vq, &slot, NULL); in deflate_done()
|
H A D | viornd.c | 229 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) { in viornd_vq_done()
|
H A D | ld_virtio.c | 507 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 D | vio9p.c | 263 error = virtio_dequeue(vsc, vq, &slot, &len); in vio9p_read()
|
H A D | vioscsi.c | 534 r = virtio_dequeue(vsc, vq, &slot, NULL); in vioscsi_vq_done()
|
H A D | if_vioif.c | 1827 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 D | virtio.c | 1278 virtio_dequeue(struct virtio_softc *sc, struct virtqueue *vq, in virtio_dequeue() function
|
/netbsd/sys/dev/virtio/ |
H A D | viocon.c | 333 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()
|