Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dvirtio.h69 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
/linux-4.19.296/drivers/virtio/
Dvirtio_ring.c698 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function
754 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx);
758 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()