Searched refs:virtio_dequeue (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | virtiovar.h | 230 int virtio_dequeue(struct virtio_softc*, struct virtqueue*, int *, int *);
|
| 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()
|
| D | viornd.c | 229 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) { in viornd_vq_done()
|
| D | ld_virtio.c | 743 if (virtio_dequeue(vsc, vq, &slot, NULL)) in ld_virtio_vq_done() 819 r = virtio_dequeue(vsc, vq, &dslot, NULL); in ld_virtio_dump()
|
| D | vio9p.c | 263 error = virtio_dequeue(vsc, vq, &slot, &len); in vio9p_read()
|
| D | vioscsi.c | 534 r = virtio_dequeue(vsc, vq, &slot, NULL); in vioscsi_vq_done()
|
| D | if_vioif.c | 1830 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) in vioif_rx_deq_locked() 2094 if (virtio_dequeue(vsc, vq, &slot, &len) != 0) in vioif_tx_deq_locked() 2431 r = virtio_dequeue(vsc, vq, &slot, NULL); in vioif_ctrl_intr()
|
| D | virtio.c | 1290 virtio_dequeue(struct virtio_softc *sc, struct virtqueue *vq, in virtio_dequeue() function
|