Searched refs:sg_copy_buffer (Results 1 – 9 of 9) sorted by relevance
/linux/lib/ |
A D | scatterlist.c | 948 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 D | scatterlist.h | 346 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf,
|
/linux/drivers/crypto/ccree/ |
A D | cc_buffer_mgr.c | 112 sg_copy_buffer(sg, nents, dest, (end - to_skip + 1), to_skip, in cc_copy_sg_portion()
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_algs.c | 1196 status = sg_copy_buffer(req->src, sg_nents(req->src), in create_aead_null_output_list()
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_algs.c | 1244 status = sg_copy_buffer(req->src, sg_nents(req->src), in create_aead_null_output_list()
|
/linux/drivers/scsi/ |
A D | scsi_debug.c | 2934 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 D | vmlinux.symvers | 12032 0x00000000 sg_copy_buffer vmlinux EXPORT_SYMBOL
|
A D | System.map | 16509 ffff80001048f640 T sg_copy_buffer
|
A D | .tmp_System.map | 16509 ffff80001048f640 T sg_copy_buffer
|
Completed in 313 milliseconds