Searched refs:virtqueue_get_buf_ctx (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | virtio.h | 68 void *virtqueue_get_buf_ctx(struct virtqueue *vq, unsigned int *len,
|
/linux/drivers/virtio/ |
A D | virtio_ring.c | 1992 void *virtqueue_get_buf_ctx(struct virtqueue *_vq, unsigned int *len, in virtqueue_get_buf_ctx() function 2000 EXPORT_SYMBOL_GPL(virtqueue_get_buf_ctx); 2004 return virtqueue_get_buf_ctx(_vq, len, NULL); in virtqueue_get_buf()
|
/linux/drivers/net/ |
A D | virtio_net.c | 1048 buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx); in receive_mergeable() 1440 (buf = virtqueue_get_buf_ctx(rq->vq, &len, &ctx))) { in virtnet_receive()
|
/linux/ |
A D | vmlinux.symvers | 12304 0x00000000 virtqueue_get_buf_ctx vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 27146 ffff8000107181b0 T virtqueue_get_buf_ctx
|
A D | .tmp_System.map | 27146 ffff8000107181b0 T virtqueue_get_buf_ctx
|
Completed in 997 milliseconds