Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Ddevcoredump.c298 return sg_pcopy_to_buffer(table, sg_nents(table), buffer, buf_len, in devcd_read_from_sgtable()
/linux/include/linux/
H A Dscatterlist.h523 size_t sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents,
/linux/lib/
H A Dscatterlist.c1043 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 Dutil.c56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf()
/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c459 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 Dsun4i-ss-hash.c220 copied = sg_pcopy_to_buffer(areq->src, sg_nents(areq->src), in sun4i_hash()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c185 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 Dartpec6_crypto.c905 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 Datmel-mci.c2028 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 Dsdio.c280 copied = sg_pcopy_to_buffer(sg, sg_len, &request->data[0], len, skip); in _gb_sdio_send()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c662 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 Dcore.c101 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 Dcdnsp-ring.c1833 sg_pcopy_to_buffer(preq->request.sg, in cdnsp_align_td()
/linux/drivers/usb/host/
H A Dxhci-ring.c3600 len = sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_align_td()
H A Dxhci.c1307 sg_pcopy_to_buffer(urb->sg, urb->num_sgs, in xhci_map_temp_buffer()
/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c1167 sg_pcopy_to_buffer(sgl, sg_nents(sgl), in qla24xx_walk_and_build_prot_sglist()