Searched refs:sg_pcopy_to_buffer (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/lib/ |
D | scatterlist.c | 724 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/ |
D | scatterlist.h | 249 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux-4.1.27/drivers/infiniband/core/ |
D | umem.c | 355 ret = sg_pcopy_to_buffer(umem->sg_head.sgl, umem->nmap, dst, length, in ib_umem_copy_from()
|
/linux-4.1.27/drivers/crypto/ |
D | img-hash.c | 399 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()
|
D | talitos.c | 1746 sg_pcopy_to_buffer(areq->src, nents, in ahash_process_req()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_debug.c | 2372 func = sg_pcopy_to_buffer; in do_device_access()
|