Home
last modified time | relevance | path

Searched refs:virtqueue_get_buf_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dvirtio.h87 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
/linux/Documentation/driver-api/virtio/
H A Dwriting_virtio_drivers.rst173 :identifiers: virtqueue_get_buf_ctx
/linux/drivers/virtio/
H A Dvirtio_ring.c2535 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function
2543 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx);
2547 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()
/linux/drivers/net/
H A Dvirtio_net.c958 buf = virtqueue_get_buf_ctx(rq->vq, len, ctx); in virtnet_rq_get_buf()