Home
last modified time | relevance | path

Searched refs:virtqueue_get_buf (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/linux/
Dvirtio.h67 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
/linux-4.19.296/drivers/virtio/
Dvirtio_input.c39 while ((event = virtqueue_get_buf(vi->evt, &len)) != NULL) { in virtinput_recv_events()
96 while ((stsbuf = virtqueue_get_buf(vi->sts, &len)) != NULL) in virtinput_recv_status()
Dvirtio_balloon.c120 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host()
318 if (!virtqueue_get_buf(vq, &len)) in stats_handle_request()
Dvirtio_ring.c756 void *virtqueue_get_buf(struct virtqueue *_vq, unsigned int *len) in virtqueue_get_buf() function
760 EXPORT_SYMBOL_GPL(virtqueue_get_buf);
/linux-4.19.296/drivers/char/
Dvirtio_console.c489 buf = virtqueue_get_buf(port->in_vq, &len); in get_inbuf()
582 while (!virtqueue_get_buf(vq, &len) in __send_control_msg()
611 while ((buf = virtqueue_get_buf(port->out_vq, &len))) { in reclaim_consumed_buffers()
657 while (!virtqueue_get_buf(out_vq, &len) in __send_to_port()
1738 while ((buf = virtqueue_get_buf(vq, &len))) { in control_work_handler()
1761 while ((buf = virtqueue_get_buf(vq, &len))) in flush_bufs()
/linux-4.19.296/drivers/char/hw_random/
Dvirtio-rng.c56 if (!virtqueue_get_buf(vi->vq, &len)) in random_recv_done()