Searched refs:sg_copy_buffer (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/lib/ |
| H A D | scatterlist.c | 967 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, in sg_copy_buffer() function 1001 EXPORT_SYMBOL(sg_copy_buffer); 1016 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, 0, false); in sg_copy_from_buffer() 1033 return sg_copy_buffer(sgl, nents, buf, buflen, 0, true); in sg_copy_to_buffer() 1051 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, skip, false); in sg_pcopy_from_buffer() 1069 return sg_copy_buffer(sgl, nents, buf, buflen, skip, true); in sg_pcopy_to_buffer()
|
| /linux-6.15/include/linux/ |
| H A D | scatterlist.h | 492 size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf,
|
| /linux-6.15/lib/crypto/ |
| H A D | chacha20poly1305.c | 320 sg_copy_buffer(src, sg_nents(src), b.mac[encrypt], in chacha20poly1305_crypt_sg_inplace()
|
| /linux-6.15/drivers/crypto/starfive/ |
| H A D | jh7110-rsa.c | 278 sg_copy_buffer(rctx->out_sg, sg_nents(rctx->out_sg), in starfive_rsa_enc_core()
|
| /linux-6.15/drivers/crypto/ccree/ |
| H 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-6.15/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1116 status = sg_copy_buffer(req->src, sg_nents(req->src), in create_aead_null_output_list()
|
| /linux-6.15/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 1194 status = sg_copy_buffer(req->src, sg_nents(req->src), in create_aead_null_output_list()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 4180 ret = sg_copy_buffer(sdb->table.sgl, sdb->table.nents, in do_device_access() 4205 return sg_copy_buffer(sdb->table.sgl, sdb->table.nents, doutp, in do_dout_fetch() 4424 sg_copy_buffer(sdb->table.sgl, sdb->table.nents, in resp_read_tape() 4803 sg_copy_buffer(sdb->table.sgl, sdb->table.nents, in resp_write_tape()
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_edif.c | 1213 sg_skip += sg_copy_buffer(bsg_job->reply_payload.sg_list, in qla_edif_consume_dbell()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 3629 extra_bytes = sg_copy_buffer(job->reply_payload.sg_list, in lpfc_rd_obj_emb0_handle_job()
|