Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dvirtio.h83 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
/linux-2.6.39/drivers/char/
Dvirtio_console.c357 buf = virtqueue_get_buf(vq, &len); in get_inbuf()
399 buf = virtqueue_get_buf(vq, &len); in discard_port_data()
407 buf = virtqueue_get_buf(vq, &len); in discard_port_data()
456 while (!virtqueue_get_buf(vq, &len)) in __send_control_msg()
481 while ((buf = virtqueue_get_buf(port->out_vq, &len))) { in reclaim_consumed_buffers()
528 while (!virtqueue_get_buf(out_vq, &len)) in send_buf()
1445 while ((buf = virtqueue_get_buf(vq, &len))) { in control_work_handler()
1777 while ((buf = virtqueue_get_buf(portdev->c_ivq, &len))) in virtcons_remove()
/linux-2.6.39/drivers/char/hw_random/
Dvirtio-rng.c35 if (!virtqueue_get_buf(vq, &data_avail)) in random_recv_done()
/linux-2.6.39/drivers/virtio/
Dvirtio_balloon.c78 vb = virtqueue_get_buf(vq, &len); in balloon_ack()
207 vb = virtqueue_get_buf(vq, &len); in stats_request()
Dvirtio_ring.c289 void *virtqueue_get_buf(struct virtqueue *_vq, unsigned int *len) in virtqueue_get_buf() function
330 EXPORT_SYMBOL_GPL(virtqueue_get_buf);
/linux-2.6.39/drivers/net/
Dvirtio_net.c213 page = virtqueue_get_buf(vi->rvq, &len); in receive_mergeable()
487 (buf = virtqueue_get_buf(vi->rvq, &len)) != NULL) { in virtnet_poll()
517 while ((skb = virtqueue_get_buf(vi->svq, &len)) != NULL) { in free_old_xmit_skbs()
698 while (!virtqueue_get_buf(vi->cvq, &tmp)) in virtnet_send_command()
/linux-2.6.39/tools/virtio/linux/
Dvirtio.h207 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
/linux-2.6.39/tools/virtio/
Dvirtio_test.c172 if (virtqueue_get_buf(vq->vq, &len)) { in run_test()
/linux-2.6.39/net/9p/
Dtrans_virtio.c152 rc = virtqueue_get_buf(chan->vq, &len); in req_done()
/linux-2.6.39/drivers/block/
Dvirtio_blk.c53 while ((vbr = virtqueue_get_buf(vblk->vq, &len)) != NULL) { in blk_done()