Home
last modified time | relevance | path

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

/openbsd/sys/dev/pv/
H A Dviomb.c307 if ((virtio_enqueue_prep(vq, &slot)) > 0) { in viomb_inflate()
356 if (virtio_enqueue_prep(vq, &slot)) { in viomb_deflate()
H A Dviornd.c195 if (virtio_enqueue_prep(vq, &slot) != 0 || in viornd_tick()
H A Dvirtiovar.h239 int virtio_enqueue_prep(struct virtqueue*, int*);
H A Dviocon.c347 while ((r = virtio_enqueue_prep(vq, &slot)) == 0) { in viocon_rx_fill()
428 ret = virtio_enqueue_prep(vq, &slot); in vioconstart()
H A Dvioscsi.c458 r = virtio_enqueue_prep(vq, &slot); in vioscsi_alloc_reqs()
H A Dif_vio.c1155 r = virtio_enqueue_prep(vq, &slot); in vio_start()
1157 printf("%s: virtio_enqueue_prep failed?\n", __func__); in vio_start()
1387 r = virtio_enqueue_prep(vq, &slot);
1774 r = virtio_enqueue_prep(vq, slotp); in vio_ctrl_start()
1776 panic("%s: %s virtio_enqueue_prep: control vq busy", in vio_ctrl_start()
H A Dvioblk.c669 r = virtio_enqueue_prep(vq, &slot); in vioblk_alloc_reqs()
H A Dviogpu.c388 r = virtio_enqueue_prep(vq, &slot); in viogpu_send_cmd()
H A Dvirtio.c585 virtio_enqueue_prep(struct virtqueue *vq, int *slotp) in virtio_enqueue_prep() function