Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dld_virtio.c398 r = virtio_enqueue_prep(vsc, vq, &slot); in ld_virtio_start()
527 r = virtio_enqueue_prep(vsc, vq, &slot); in ld_virtio_dump()
532 r = virtio_enqueue_prep(vsc, vq, &slot); in ld_virtio_dump()
674 r = virtio_enqueue_prep(vsc, vq, &slot); in ld_virtio_flush()
H A Dvirtiovar.h221 int virtio_enqueue_prep(struct virtio_softc*, struct virtqueue*, int*);
H A Dviomb.c305 if (virtio_enqueue_prep(vsc, vq, &slot) != 0) { in inflate()
411 if (virtio_enqueue_prep(vsc, vq, &slot) != 0) { in deflate()
H A Dviornd.c103 if (virtio_enqueue_prep(vsc, vq, &slot)) { in viornd_get()
H A Dvio9p.c356 error = virtio_enqueue_prep(vsc, vq, &slot); in vio9p_write()
H A Dvioscsi.c562 if ((r = virtio_enqueue_prep(vsc, vq, &slot)) != 0) { in vioscsi_req_get()
H A Dif_vioif.c1752 r = virtio_enqueue_prep(vsc, vq, &slot); in vioif_populate_rx_mbufs_locked()
1996 r = virtio_enqueue_prep(vsc, vq, &slot); in vioif_send_common_locked()
2376 r = virtio_enqueue_prep(vsc, vq, &slot); in vioif_ctrl_send_command()
H A Dvirtio.c1036 virtio_enqueue_prep(struct virtio_softc *sc, struct virtqueue *vq, int *slotp) in virtio_enqueue_prep() function
/netbsd/sys/dev/virtio/
H A Dviocon.c370 while ((r = virtio_enqueue_prep(vsc, vq, &slot)) == 0) { in viocon_rx_fill()
451 ret = virtio_enqueue_prep(vsc, vq, &slot); in vioconstart()