Home
last modified time | relevance | path

Searched refs:sg_pcopy_to_buffer (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/lib/
Dscatterlist.c752 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_to_buffer() function
757 EXPORT_SYMBOL(sg_pcopy_to_buffer);
/linux-4.4.14/include/linux/
Dscatterlist.h279 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-4.4.14/drivers/infiniband/core/
Dumem.c355 ret = sg_pcopy_to_buffer(umem->sg_head.sgl, umem->nmap, dst, length, in ib_umem_copy_from()
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c224 sreq->offset += sg_pcopy_to_buffer(req->src, creq->src_nents, in mv_cesa_ahash_std_step()
350 sg_pcopy_to_buffer(ahashreq->src, creq->src_nents, in mv_cesa_ahash_process()
463 sg_pcopy_to_buffer(req->src, creq->src_nents, in mv_cesa_ahash_cache_req()
Dcipher.c92 len = sg_pcopy_to_buffer(req->src, creq->src_nents, in mv_cesa_ablkcipher_std_step()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_guc_loader.c249 sg_pcopy_to_buffer(sg->sgl, sg->nents, rsa, UOS_RSA_SIG_SIZE, offset); in guc_ucode_xfer_dma()
/linux-4.4.14/drivers/crypto/
Dimg-hash.c399 ctx->bufcnt = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
407 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
Dtalitos.c1895 sg_pcopy_to_buffer(areq->src, nents, in ahash_process_req()
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss-hash.c200 copied = sg_pcopy_to_buffer(areq->src, sg_nents(areq->src), in sun4i_hash_update()