Home
last modified time | relevance | path

Searched refs:sg_pcopy_from_buffer (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/lib/
Dscatterlist.c1029 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
1034 EXPORT_SYMBOL(sg_pcopy_from_buffer);
/linux-5.19.10/include/linux/
Dscatterlist.h371 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c238 sg_pcopy_from_buffer(sgl, nents, tmp_buf1, AES_BLOCK_SIZE, blk2_offset); in sg_swap_blocks()
239 sg_pcopy_from_buffer(sgl, nents, tmp_buf2, AES_BLOCK_SIZE, blk1_offset); in sg_swap_blocks()
936 sg_pcopy_from_buffer(req->dst, rctx->dst_nents, rctx->out_tag, in kmb_ocs_aead_run()
/linux-5.19.10/drivers/crypto/bcm/
Dutil.c75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
/linux-5.19.10/drivers/crypto/rockchip/
Drk3288_crypto_skcipher.c346 if (!sg_pcopy_from_buffer(req->dst, dev->dst_nents, in rk_ablk_rx()
/linux-5.19.10/drivers/mmc/host/
Datmel-mci.c1940 sg_pcopy_from_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_read_data_pio()
1957 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio()
1967 sg_pcopy_from_buffer(sg, 1, (u8 *)&value + remaining, in atmci_read_data_pio()
/linux-5.19.10/drivers/staging/greybus/
Dsdio.c349 copied = sg_pcopy_from_buffer(sg, sg_len, &response->data[0], len, in _gb_sdio_recv()
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.c2594 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2599 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2646 sg_pcopy_from_buffer(sg_dump_data, sg_entries, in iwl_fw_error_ini_dump()
/linux-5.19.10/drivers/crypto/
Dmxs-dcp.c365 sg_pcopy_from_buffer(dst, dst_nents, out_buf, in mxs_dcp_aes_block_crypt()
Dtalitos.c973 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap()
/linux-5.19.10/drivers/nvme/target/
Dcore.c95 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_to_sgl()
/linux-5.19.10/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c830 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-ring.c623 len = sg_pcopy_from_buffer(preq->request.sg, preq->request.num_sgs, in cdnsp_unmap_td_bounce_buffer()
/linux-5.19.10/drivers/crypto/axis/
Dartpec6_crypto.c438 sg_pcopy_from_buffer(b->sg, in artpec6_crypto_copy_bounce_buffers()
/linux-5.19.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1678 sz = sg_pcopy_from_buffer(sgl, sg_nents(sgl), in sec_aead_callback()
/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c788 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
Dxhci.c1406 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, in xhci_unmap_temp_buf()
/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_edif.c2009 sg_pcopy_from_buffer(bsg_job->reply_payload.sg_list, in qla_pur_get_pending()
/linux-5.19.10/drivers/scsi/
Dscsi_debug.c1200 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()