/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 | 523 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
|
/linux/lib/ |
H A D | scatterlist.c | 1043 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_to_buffer() function 1048 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/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/chelsio/ |
H A D | chcr_algo.c | 185 sg_pcopy_to_buffer(req->src, sg_nents(req->src), temp, in chcr_verify_tag() 889 sg_pcopy_to_buffer(wrparam->req->src, in create_cipher_wr() 1681 sg_pcopy_to_buffer(req->src, sg_nents(req->src), req_ctx->reqbfr in chcr_ahash_update() 1732 sg_pcopy_to_buffer(req->src, sg_nents(req->src), in chcr_ahash_update() 2698 sg_pcopy_to_buffer(req->src, sg_nents(req->src), in chcr_add_aead_src_ent() 2744 sg_pcopy_to_buffer(req->src, sg_nents(req->src), in chcr_add_cipher_src_ent() 2792 sg_pcopy_to_buffer(reqctx->hctx_wr.srcsg, in chcr_add_hash_src_ent()
|
/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 905 sg_pcopy_to_buffer(walk->sg, 1, buf, chunk, in artpec6_crypto_setup_sg_descrs_out() 1439 sg_pcopy_to_buffer(areq->src, sg_nents(areq->src), in artpec6_crypto_prepare_hash() 2197 sg_pcopy_to_buffer(areq->src, in artpec6_crypto_complete_aead()
|
/linux/drivers/mmc/host/ |
H A D | atmel-mci.c | 2028 sg_pcopy_to_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_write_data_pio() 2045 sg_pcopy_to_buffer(sg, 1, &value, remaining, offset); in atmci_write_data_pio() 2056 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 | 101 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 | 1833 sg_pcopy_to_buffer(preq->request.sg, in cdnsp_align_td()
|
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 3600 len = sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_align_td()
|
H A D | xhci.c | 1307 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()
|