Searched refs:virtqueue_get_buf_ctx (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | virtio.h | 68 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
|
| /kernel/linux/linux-5.10/drivers/virtio/ |
| D | virtio_ring.c | 1906 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function 1914 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx); 1918 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()
|
| /kernel/linux/linux-5.10/drivers/net/ |
| D | virtio_net.c | 1024 buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx); in receive_mergeable() 1416 (buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx))) { in virtnet_receive()
|