Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dvirtio.h87 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
/linux-6.14.4/Documentation/driver-api/virtio/
Dwriting_virtio_drivers.rst173 :identifiers: virtqueue_get_buf_ctx
/linux-6.14.4/drivers/virtio/
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-6.14.4/drivers/net/
Dvirtio_net.c958 buf = virtqueue_get_buf_ctx(rq->vq, len, ctx); in virtnet_rq_get_buf()