Searched refs:sg_pcopy_to_buffer (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/lib/ |
H A D | scatterlist.c | 742 * sg_pcopy_to_buffer - Copy from an SG list to a linear buffer 752 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, sg_pcopy_to_buffer() function 757 EXPORT_SYMBOL(sg_pcopy_to_buffer); variable
|
/linux-4.4.14/drivers/crypto/ |
H A D | img-hash.c | 399 ctx->bufcnt = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, img_hash_dma_task() 407 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, img_hash_dma_task()
|
H A D | talitos.c | 1895 sg_pcopy_to_buffer(areq->src, nents, ahash_process_req()
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | umem.c | 355 ret = sg_pcopy_to_buffer(umem->sg_head.sgl, umem->nmap, dst, length, ib_umem_copy_from()
|
/linux-4.4.14/drivers/crypto/marvell/ |
H A D | hash.c | 224 sreq->offset += sg_pcopy_to_buffer(req->src, creq->src_nents, mv_cesa_ahash_std_step() 350 sg_pcopy_to_buffer(ahashreq->src, creq->src_nents, mv_cesa_ahash_process() 463 sg_pcopy_to_buffer(req->src, creq->src_nents, mv_cesa_ahash_cache_req()
|
H A D | cipher.c | 92 len = sg_pcopy_to_buffer(req->src, creq->src_nents, mv_cesa_ablkcipher_std_step()
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
H A D | sun4i-ss-hash.c | 200 copied = sg_pcopy_to_buffer(areq->src, sg_nents(areq->src), sun4i_hash_update()
|
/linux-4.4.14/include/linux/ |
H A D | scatterlist.h | 279 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_guc_loader.c | 249 sg_pcopy_to_buffer(sg->sgl, sg->nents, rsa, UOS_RSA_SIG_SIZE, offset); guc_ucode_xfer_dma()
|
Completed in 531 milliseconds