Searched refs:virtqueue_get_buf (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/include/linux/ |
D | virtio.h | 83 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
|
/linux-2.6.39/drivers/char/ |
D | virtio_console.c | 357 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/ |
D | virtio-rng.c | 35 if (!virtqueue_get_buf(vq, &data_avail)) in random_recv_done()
|
/linux-2.6.39/drivers/virtio/ |
D | virtio_balloon.c | 78 vb = virtqueue_get_buf(vq, &len); in balloon_ack() 207 vb = virtqueue_get_buf(vq, &len); in stats_request()
|
D | virtio_ring.c | 289 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/ |
D | virtio_net.c | 213 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/ |
D | virtio.h | 207 void *virtqueue_get_buf(struct virtqueue *vq, unsigned int *len);
|
/linux-2.6.39/tools/virtio/ |
D | virtio_test.c | 172 if (virtqueue_get_buf(vq->vq, &len)) { in run_test()
|
/linux-2.6.39/net/9p/ |
D | trans_virtio.c | 152 rc = virtqueue_get_buf(chan->vq, &len); in req_done()
|
/linux-2.6.39/drivers/block/ |
D | virtio_blk.c | 53 while ((vbr = virtqueue_get_buf(vblk->vq, &len)) != NULL) { in blk_done()
|