Searched refs:sg_pcopy_to_buffer (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/lib/ |
H A D | scatterlist.c | 714 * sg_pcopy_to_buffer - Copy from an SG list to a linear buffer 724 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, sg_pcopy_to_buffer() function 729 EXPORT_SYMBOL(sg_pcopy_to_buffer); variable
|
/linux-4.1.27/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 | 1746 sg_pcopy_to_buffer(areq->src, nents, ahash_process_req()
|
/linux-4.1.27/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.1.27/include/linux/ |
H A D | scatterlist.h | 249 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_debug.c | 2372 func = sg_pcopy_to_buffer; do_device_access()
|
Completed in 922 milliseconds