Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dscatterlist.c1002 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_pcopy_from_buffer() function
1007 EXPORT_SYMBOL(sg_pcopy_from_buffer);
/Linux-v5.10/include/linux/
Dscatterlist.h322 size_t sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents,
/Linux-v5.10/drivers/crypto/bcm/
Dutil.c75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
/Linux-v5.10/drivers/crypto/rockchip/
Drk3288_crypto_skcipher.c346 if (!sg_pcopy_from_buffer(req->dst, dev->dst_nents, in rk_ablk_rx()
/Linux-v5.10/drivers/mmc/host/
Datmel-mci.c1941 sg_pcopy_from_buffer(sg, 1, &value, sizeof(u32), offset); in atmci_read_data_pio()
1958 sg_pcopy_from_buffer(sg, 1, &value, remaining, offset); in atmci_read_data_pio()
1968 sg_pcopy_from_buffer(sg, 1, (u8 *)&value + remaining, in atmci_read_data_pio()
/Linux-v5.10/drivers/crypto/marvell/cesa/
Dcipher.c124 len = sg_pcopy_from_buffer(req->dst, creq->dst_nents, in mv_cesa_skcipher_std_process()
/Linux-v5.10/drivers/staging/greybus/
Dsdio.c350 copied = sg_pcopy_from_buffer(sg, sg_len, &response->data[0], len, in _gb_sdio_recv()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.c2319 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2324 sg_pcopy_from_buffer(sg_dump_data, in iwl_fw_error_dump()
2371 sg_pcopy_from_buffer(sg_dump_data, sg_entries, in iwl_fw_error_ini_dump()
/Linux-v5.10/drivers/nvme/target/
Dcore.c91 if (sg_pcopy_from_buffer(req->sg, req->sg_cnt, buf, len, off) != len) { in nvmet_copy_to_sgl()
/Linux-v5.10/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c831 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
/Linux-v5.10/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c1191 sz = sg_pcopy_from_buffer(sgl, sg_nents(sgl), in sec_aead_callback()
/Linux-v5.10/drivers/crypto/axis/
Dartpec6_crypto.c437 sg_pcopy_from_buffer(b->sg, in artpec6_crypto_copy_bounce_buffers()
/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c702 len = sg_pcopy_from_buffer(urb->sg, urb->num_sgs, seg->bounce_buf, in xhci_unmap_td_bounce_buffer()
/Linux-v5.10/drivers/crypto/
Dtalitos.c972 sg_pcopy_from_buffer(dst, dst_nents, edesc->buf + offset, len, in talitos_sg_unmap()
/Linux-v5.10/drivers/scsi/
Dscsi_debug.c1185 act_len = sg_pcopy_from_buffer(sdb->table.sgl, sdb->table.nents, in p_fill_from_dev_buffer()