/linux/drivers/infiniband/core/ |
H A D | umem.c | 301 ret = sg_pcopy_to_buffer(umem->sgt_append.sgt.sgl, in ib_umem_copy_from()
|
/linux/drivers/base/ |
H A D | devcoredump.c | 298 return sg_pcopy_to_buffer(table, sg_nents(table), buffer, buf_len, in devcd_read_from_sgtable()
|
/linux/include/linux/ |
H A D | scatterlist.h | 502 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux/lib/ |
H A D | scatterlist.c | 1062 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_to_buffer() function 1067 EXPORT_SYMBOL(sg_pcopy_to_buffer);
|
/linux/drivers/crypto/bcm/ |
H A D | util.c | 56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf()
|
/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 459 sg_pcopy_to_buffer(sec_req_el->sgl_out, in sec_skcipher_alg_callback() 466 sg_pcopy_to_buffer(sec_req_el->sgl_in, in sec_skcipher_alg_callback()
|
/linux/drivers/crypto/ |
H A D | img-hash.c | 405 ctx->bufcnt = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task() 413 tbc = sg_pcopy_to_buffer(ctx->sgfirst, ctx->nents, in img_hash_dma_task()
|
/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-hash.c | 220 copied = sg_pcopy_to_buffer(areq->src, sg_nents(areq->src), in sun4i_hash()
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 427 sg_pcopy_to_buffer(ahashreq->src, creq->src_nents, in mv_cesa_ahash_req_cleanup() 481 sg_pcopy_to_buffer(req->src, creq->src_nents, in mv_cesa_ahash_cache_req()
|
/linux/drivers/mmc/host/ |
H A D | atmel-mci.c | 2027 sg_pcopy_to_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_write_data_pio() 2044 sg_pcopy_to_buffer(sg, 1, &value, remaining, offset); in atmci_write_data_pio() 2055 sg_pcopy_to_buffer(sg, 1, (u8 *)&value + remaining, in atmci_write_data_pio()
|
/linux/drivers/staging/greybus/ |
H A D | sdio.c | 280 copied = sg_pcopy_to_buffer(sg, sg_len, &request->data[0], len, skip); in _gb_sdio_send()
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 662 sg_pcopy_to_buffer(dst, sreq->nr_dst, areq->iv, in safexcel_handle_req_result() 721 sg_pcopy_to_buffer(src, sreq->nr_src, areq->iv, in safexcel_send_req()
|
/linux/drivers/nvme/target/ |
H A D | core.c | 108 if (sg_pcopy_to_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_from_sgl()
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 1830 sg_pcopy_to_buffer(preq->request.sg, in cdnsp_align_td()
|
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 3558 len = sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_align_td()
|
H A D | xhci.c | 1229 sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_map_temp_buffer()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 1167 sg_pcopy_to_buffer(sgl, sg_nents(sgl), in qla24xx_walk_and_build_prot_sglist()
|