Searched refs:virtqueue_get_buf (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/tools/virtio/linux/ |
D | virtio.h | 43 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
|
/linux-4.4.14/tools/virtio/ |
D | vringh_test.c | 332 while ((dbuf = virtqueue_get_buf(vq, &len)) != NULL) { in parallel_test() 409 dbuf = virtqueue_get_buf(vq, &len); in parallel_test() 559 ret = virtqueue_get_buf(vq, &i); in main() 621 ret = virtqueue_get_buf(vq, &i); in main() 654 assert(virtqueue_get_buf(vq, &len) != NULL); in main()
|
D | virtio_test.c | 182 if (virtqueue_get_buf(vq->vq, &len)) { in run_test()
|
/linux-4.4.14/include/linux/ |
D | virtio.h | 60 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
|
/linux-4.4.14/drivers/char/hw_random/ |
D | virtio-rng.c | 47 if (!virtqueue_get_buf(vi->vq, &vi->data_avail)) in random_recv_done()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_input.c | 39 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()
|
D | virtio_balloon.c | 125 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host() 274 if (!virtqueue_get_buf(vq, &len)) in stats_handle_request()
|
D | virtio_ring.c | 477 void *virtqueue_get_buf(struct virtqueue *_vq, unsigned int *len) in virtqueue_get_buf() function 532 EXPORT_SYMBOL_GPL(virtqueue_get_buf);
|
/linux-4.4.14/drivers/rpmsg/ |
D | virtio_rpmsg_bus.c | 588 ret = virtqueue_get_buf(vrp->svq, &len); in get_a_tx_buf() 852 msg = virtqueue_get_buf(rvq, &len); in rpmsg_recv_done() 865 msg = virtqueue_get_buf(rvq, &len); in rpmsg_recv_done()
|
/linux-4.4.14/drivers/char/ |
D | virtio_console.c | 488 buf = virtqueue_get_buf(port->in_vq, &len); in get_inbuf() 581 while (!virtqueue_get_buf(vq, &len) in __send_control_msg() 609 while ((buf = virtqueue_get_buf(port->out_vq, &len))) { in reclaim_consumed_buffers() 655 while (!virtqueue_get_buf(out_vq, &len) in __send_to_port() 1755 while ((buf = virtqueue_get_buf(vq, &len))) { in control_work_handler() 1979 while ((buf = virtqueue_get_buf(portdev->c_ivq, &len))) in remove_controlq_data()
|
/linux-4.4.14/drivers/net/ |
D | virtio_net.c | 372 ctx = (unsigned long)virtqueue_get_buf(rq->vq, &len); in receive_mergeable() 422 ctx = (unsigned long)virtqueue_get_buf(rq->vq, &len); in receive_mergeable() 741 (buf = virtqueue_get_buf(rq->vq, &len)) != NULL) { in virtnet_receive() 836 while ((skb = virtqueue_get_buf(sq->vq, &len)) != NULL) { in free_old_xmit_skbs() 1013 while (!virtqueue_get_buf(vi->cvq, &tmp) && in virtnet_send_command()
|
/linux-4.4.14/net/9p/ |
D | trans_virtio.c | 155 rc = virtqueue_get_buf(chan->vq, &len); in req_done()
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_virtio.c | 173 buf_info = virtqueue_get_buf(vq_tx, &len); in cfv_release_used_buf()
|
/linux-4.4.14/drivers/block/ |
D | virtio_blk.c | 146 while ((vbr = virtqueue_get_buf(vblk->vqs[qid].vq, &len)) != NULL) { in virtblk_done()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 220 while ((vbuf = virtqueue_get_buf(vq, &len))) { in reclaim_vbufs()
|
/linux-4.4.14/drivers/scsi/ |
D | virtio_scsi.c | 227 while ((buf = virtqueue_get_buf(vq, &len)) != NULL) in virtscsi_vq_done()
|