Searched refs:virtio_enqueue_prep (Results 1 – 9 of 9) sorted by relevance
/netbsd/sys/dev/pci/ |
H A D | ld_virtio.c | 398 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 D | virtiovar.h | 221 int virtio_enqueue_prep(struct virtio_softc*, struct virtqueue*, int*);
|
H A D | viomb.c | 305 if (virtio_enqueue_prep(vsc, vq, &slot) != 0) { in inflate() 411 if (virtio_enqueue_prep(vsc, vq, &slot) != 0) { in deflate()
|
H A D | viornd.c | 103 if (virtio_enqueue_prep(vsc, vq, &slot)) { in viornd_get()
|
H A D | vio9p.c | 356 error = virtio_enqueue_prep(vsc, vq, &slot); in vio9p_write()
|
H A D | vioscsi.c | 562 if ((r = virtio_enqueue_prep(vsc, vq, &slot)) != 0) { in vioscsi_req_get()
|
H A D | if_vioif.c | 1752 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 D | virtio.c | 1036 virtio_enqueue_prep(struct virtio_softc *sc, struct virtqueue *vq, int *slotp) in virtio_enqueue_prep() function
|
/netbsd/sys/dev/virtio/ |
H A D | viocon.c | 370 while ((r = virtio_enqueue_prep(vsc, vq, &slot)) == 0) { in viocon_rx_fill() 451 ret = virtio_enqueue_prep(vsc, vq, &slot); in vioconstart()
|