Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dscatterlist.c724 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_to_buffer() function
729 EXPORT_SYMBOL(sg_pcopy_to_buffer);
/linux-4.1.27/include/linux/
Dscatterlist.h249 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-4.1.27/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.1.27/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.c1746 sg_pcopy_to_buffer(areq->src, nents, in ahash_process_req()
/linux-4.1.27/drivers/scsi/
Dscsi_debug.c2372 func = sg_pcopy_to_buffer; in do_device_access()