Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio.h88 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.c2539 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function
2547 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx);
2551 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()