Home
last modified time | relevance | path

Searched refs:sg_copy_buffer (Results 1 – 9 of 9) sorted by relevance

/linux/lib/
A Dscatterlist.c948 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, in sg_copy_buffer() function
982 EXPORT_SYMBOL(sg_copy_buffer);
997 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, 0, false); in sg_copy_from_buffer()
1014 return sg_copy_buffer(sgl, nents, buf, buflen, 0, true); in sg_copy_to_buffer()
1032 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, skip, false); in sg_pcopy_from_buffer()
1050 return sg_copy_buffer(sgl, nents, buf, buflen, skip, true); in sg_pcopy_to_buffer()
/linux/include/linux/
A Dscatterlist.h346 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf,
/linux/drivers/crypto/ccree/
A Dcc_buffer_mgr.c112 sg_copy_buffer(sg, nents, dest, (end - to_skip + 1), to_skip, in cc_copy_sg_portion()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c1196 status = sg_copy_buffer(req->src, sg_nents(req->src), in create_aead_null_output_list()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c1244 status = sg_copy_buffer(req->src, sg_nents(req->src), in create_aead_null_output_list()
/linux/drivers/scsi/
A Dscsi_debug.c2934 ret = sg_copy_buffer(sdb->table.sgl, sdb->table.nents, in do_device_access()
2941 ret += sg_copy_buffer(sdb->table.sgl, sdb->table.nents, in do_device_access()
2959 return sg_copy_buffer(sdb->table.sgl, sdb->table.nents, doutp, in do_dout_fetch()
/linux/
A Dvmlinux.symvers12032 0x00000000 sg_copy_buffer vmlinux EXPORT_SYMBOL
A DSystem.map16509 ffff80001048f640 T sg_copy_buffer
A D.tmp_System.map16509 ffff80001048f640 T sg_copy_buffer

Completed in 313 milliseconds