Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dscatterlist.h500 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/linux/lib/
H A Dscatterlist.c1043 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
1048 EXPORT_SYMBOL(sg_pcopy_from_buffer);
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c235 sg_pcopy_from_buffer(sgl, nents, tmp_buf1, AES_BLOCK_SIZE, blk2_offset); in sg_swap_blocks()
236 sg_pcopy_from_buffer(sgl, nents, tmp_buf2, AES_BLOCK_SIZE, blk1_offset); in sg_swap_blocks()
933 sg_pcopy_from_buffer(req->dst, rctx->dst_nents, rctx->out_tag, in kmb_ocs_aead_run()
/linux/drivers/crypto/bcm/
H A Dutil.c75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
/linux/drivers/mmc/host/
H A Datmel-mci.c1960 sg_pcopy_from_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_read_data_pio()
1977 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio()
1987 sg_pcopy_from_buffer(sg, 1, (u8 *)&value + remaining, in atmci_read_data_pio()
/linux/drivers/staging/greybus/
H A Dsdio.c349 copied = sg_pcopy_from_buffer(sg, sg_len, &response->data[0], len, in _gb_sdio_recv()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c2769 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2774 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2821 sg_pcopy_from_buffer(sg_dump_data, sg_entries, in iwl_fw_error_ini_dump()
/linux/drivers/crypto/
H A Dmxs-dcp.c380 sg_pcopy_from_buffer(dst, dst_nents, out_buf, in mxs_dcp_aes_block_crypt()
H A Dtalitos.c973 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap()
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c830 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
/linux/drivers/nvme/target/
H A Dcore.c98 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_to_sgl()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c623 len = sg_pcopy_from_buffer(preq->request.sg, preq->request.num_sgs, in cdnsp_unmap_td_bounce_buffer()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c438 sg_pcopy_from_buffer(b->sg, in artpec6_crypto_copy_bounce_buffers()
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1721 sz = sg_pcopy_from_buffer(sgl, sg_nents(sgl), in sec_aead_callback()
/linux/drivers/usb/host/
H A Dxhci-ring.c831 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
H A Dxhci.c1304 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, in xhci_unmap_temp_buf()
/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.c2053 sg_pcopy_from_buffer(bsg_job->reply_payload.sg_list, in qla_pur_get_pending()
/linux/drivers/scsi/
H A Dscsi_debug.c1505 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()