Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvirtio.h72 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
/linux-6.1.9/drivers/virtio/
Dvirtio_ring.c2284 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function
2292 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx);
2296 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()
/linux-6.1.9/drivers/net/
Dvirtio_net.c1131 buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx); in receive_mergeable()
1555 (buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx))) { in virtnet_receive()