Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dvirtio.h75 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
/linux-6.6.21/Documentation/driver-api/virtio/
Dwriting_virtio_drivers.rst174 :identifiers: virtqueue_get_buf_ctx
/linux-6.6.21/drivers/virtio/
Dvirtio_ring.c2415 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function
2423 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx);
2427 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()
/linux-6.6.21/drivers/net/
Dvirtio_net.c640 buf = virtqueue_get_buf_ctx(rq->vq, len, ctx); in virtnet_rq_get_buf()