Searched refs:virtio_enqueue_prep (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/pv/ |
H A D | viomb.c | 307 if ((virtio_enqueue_prep(vq, &slot)) > 0) { in viomb_inflate() 356 if (virtio_enqueue_prep(vq, &slot)) { in viomb_deflate()
|
H A D | viornd.c | 195 if (virtio_enqueue_prep(vq, &slot) != 0 || in viornd_tick()
|
H A D | virtiovar.h | 239 int virtio_enqueue_prep(struct virtqueue*, int*);
|
H A D | viocon.c | 347 while ((r = virtio_enqueue_prep(vq, &slot)) == 0) { in viocon_rx_fill() 428 ret = virtio_enqueue_prep(vq, &slot); in vioconstart()
|
H A D | vioscsi.c | 458 r = virtio_enqueue_prep(vq, &slot); in vioscsi_alloc_reqs()
|
H A D | if_vio.c | 1155 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 D | vioblk.c | 669 r = virtio_enqueue_prep(vq, &slot); in vioblk_alloc_reqs()
|
H A D | viogpu.c | 388 r = virtio_enqueue_prep(vq, &slot); in viogpu_send_cmd()
|
H A D | virtio.c | 585 virtio_enqueue_prep(struct virtqueue *vq, int *slotp) in virtio_enqueue_prep() function
|