Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_balloon.c164 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host()
190 wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); in virtballoon_free_page_report()
389 if (!virtqueue_get_buf(vq, &len)) in stats_handle_request()
592 while (virtqueue_get_buf(vq, &unused)) in send_cmd_id_start()
611 while (virtqueue_get_buf(vq, &unused)) in send_cmd_id_stop()
630 while (virtqueue_get_buf(vq, &unused)) in get_free_page_and_send()
H A Dvirtio_input.c42 while ((event = virtqueue_get_buf(vi->evt, &len)) != NULL) { in virtinput_recv_events()
99 while ((stsbuf = virtqueue_get_buf(vi->sts, &len)) != NULL) in virtinput_recv_status()
H A Dvirtio_ring.c1914 void *virtqueue_get_buf(struct virtqueue *_vq, unsigned int *len) in virtqueue_get_buf() function
1918 EXPORT_SYMBOL_GPL(virtqueue_get_buf);
/OK3568_Linux_fs/kernel/tools/virtio/
H A Dvringh_test.c335 while ((dbuf = virtqueue_get_buf(vq, &len)) != NULL) { in parallel_test()
412 dbuf = virtqueue_get_buf(vq, &len); in parallel_test()
563 ret = virtqueue_get_buf(vq, &i); in main()
625 ret = virtqueue_get_buf(vq, &i); in main()
658 assert(virtqueue_get_buf(vq, &len) != NULL); in main()
H A Dvirtio_test.c228 while (virtqueue_get_buf(vq->vq, &len)) { in run_test()
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Dvirtio.h49 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvirtio_transport.c304 while ((pkt = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_transport_tx_work()
409 while ((event = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_transport_event_work()
518 pkt = virtqueue_get_buf(vq, &len); in virtio_transport_rx_work()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dnd_virtio.c21 while ((req_data = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_pmem_host_ack()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c476 buf = virtqueue_get_buf(port->in_vq, &len); in get_inbuf()
569 while (!virtqueue_get_buf(vq, &len) in __send_control_msg()
598 while ((buf = virtqueue_get_buf(port->out_vq, &len))) { in reclaim_consumed_buffers()
644 while (!virtqueue_get_buf(out_vq, &len) in __send_to_port()
1712 while ((buf = virtqueue_get_buf(vq, &len))) { in control_work_handler()
1735 while ((buf = virtqueue_get_buf(vq, &len))) in flush_bufs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio.h66 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c463 ret = virtqueue_get_buf(vrp->svq, &len); in get_a_tx_buf()
784 msg = virtqueue_get_buf(rvq, &len); in rpmsg_recv_done()
797 msg = virtqueue_get_buf(rvq, &len); in rpmsg_recv_done()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Dvirtio-rng.c35 if (!virtqueue_get_buf(vi->vq, &vi->data_avail)) in random_recv_done()
/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_algs.c179 while (!virtqueue_get_buf(vcrypto->ctrl_vq, &tmp) && in virtio_crypto_alg_skcipher_init_session()
248 while (!virtqueue_get_buf(vcrypto->ctrl_vq, &tmp) && in virtio_crypto_alg_skcipher_close_session()
H A Dvirtio_crypto_core.c36 while ((vc_req = virtqueue_get_buf(vq, &len)) != NULL) { in virtcrypto_dataq_callback()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvirtio_net.c580 while ((ptr = virtqueue_get_buf(sq->vq, &len)) != NULL) { in virtnet_xdp_xmit()
663 buf = virtqueue_get_buf(rq->vq, &buflen); in xdp_linearize_page()
1084 buf = virtqueue_get_buf(rq->vq, &len); in receive_mergeable()
1422 (buf = virtqueue_get_buf(rq->vq, &len)) != NULL) { in virtnet_receive()
1457 while ((ptr = virtqueue_get_buf(sq->vq, &len)) != NULL) { in free_old_xmit_skbs()
1783 while (!virtqueue_get_buf(vi->cvq, &tmp) && in virtnet_send_command()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dvirtio-iommu.c167 req = virtqueue_get_buf(vq, &len); in __viommu_sync_req()
566 while ((evt = virtqueue_get_buf(vq, &len)) != NULL) { in viommu_event_handler()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dvirtio_fs.c330 while ((req = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_fs_hiprio_done_work()
611 while ((req = virtqueue_get_buf(vq, &len)) != NULL) { in virtio_fs_requests_done_work()
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_virtio.c136 while ((req = virtqueue_get_buf(chan->vq, &len)) != NULL) { in req_done()
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_virtio.c173 buf_info = virtqueue_get_buf(vq_tx, &len); in cfv_release_used_buf()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk2642 virtqueue_get_buf
3301 virtqueue_get_buf
H A Dabi_gki_aarch64_virtual_device526 virtqueue_get_buf
H A Dabi_gki_aarch64_generic2257 virtqueue_get_buf
/OK3568_Linux_fs/kernel/drivers/block/
H A Dvirtio_blk.c186 while ((vbr = virtqueue_get_buf(vblk->vqs[qid].vq, &len)) != NULL) { in virtblk_done()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dvirtio_scsi.c183 while ((buf = virtqueue_get_buf(vq, &len)) != NULL) in virtscsi_vq_done()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c186 while ((vbuf = virtqueue_get_buf(vq, &len))) { in reclaim_vbufs()

12