Home
last modified time | relevance | path

Searched refs:sg_copy_to_buffer (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_bsg.c234 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla24xx_proc_fcp_prio_cfg_cmd()
819 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_process_loopback()
1068 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla84xx_updatefw()
1245 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla84xx_mgmt_cmd()
1538 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_update_optrom()
1581 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_update_fru_versions()
1632 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_read_fru_status()
1683 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_write_fru_status()
1730 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_write_i2c()
1776 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla2x00_read_i2c()
[all …]
Dqla_edif.c545 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_start()
677 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_stop()
762 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_authok()
877 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_authfail()
951 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_getfcinfo()
1078 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_getstats()
1141 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_ack()
1312 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_app_mgmt()
1561 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla24xx_sadb_update()
3627 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla_edif_process_els()
/linux-6.12.1/crypto/
Dcurve25519-generic.c34 copied = sg_copy_to_buffer(req->src, in curve25519_compute_value()
Decdh.c85 copied = sg_copy_to_buffer(req->src, in ecdh_compute_value()
Decrdsa.c104 sg_copy_to_buffer(req->src, sg_nents_for_len(req->src, req->src_len), in ecrdsa_verify()
Drsa-pkcs1pad.c221 sg_copy_to_buffer(req->dst, sg_nents_for_len(req->dst, len), in pkcs1pad_encrypt_sign_complete()
/linux-6.12.1/arch/arm/crypto/
Dcurve25519-glue.c74 copied = sg_copy_to_buffer(req->src, in curve25519_compute_value()
/linux-6.12.1/drivers/crypto/virtio/
Dvirtio_crypto_akcipher_algs.c247 sg_copy_to_buffer(req->src, sg_nents(req->src), src_buf, src_len); in __virtio_crypto_akcipher_do_req()
251 sg_copy_to_buffer(req->src, sg_nents(req->src), src_buf, src_len); in __virtio_crypto_akcipher_do_req()
/linux-6.12.1/include/scsi/
Dscsi_cmnd.h219 return sg_copy_to_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in scsi_sg_copy_to_buffer()
/linux-6.12.1/drivers/ufs/core/
Dufs_bsg.c57 sg_copy_to_buffer(job->request_payload.sg_list, in ufs_bsg_alloc_desc_buffer()
/linux-6.12.1/drivers/scsi/libsas/
Dsas_host_smp.c241 sg_copy_to_buffer(job->request_payload.sg_list, in sas_smp_host_handler()
/linux-6.12.1/drivers/crypto/
Datmel-i2c.c145 copied = sg_copy_to_buffer(pubkey, in atmel_i2c_init_ecdh_cmd()
Dtalitos.c1222 sg_copy_to_buffer(areq->src, sg_count, edesc->buf, in ipsec_esp()
1595 sg_copy_to_buffer(areq->src, sg_count, edesc->buf, in common_nonsnoop()
1826 sg_copy_to_buffer(req_ctx->psrc, sg_count, edesc->buf, length); in common_nonsnoop_hash()
2005 sg_copy_to_buffer(areq->src, nents, in ahash_process_req()
2046 sg_copy_to_buffer(areq->src, nents, in ahash_process_req()
Datmel-aes.c631 sg_copy_to_buffer(src, sg_nents(src), dd->buf, len); in atmel_aes_cpu_start()
722 sg_copy_to_buffer(src, sg_nents(src), dd->buf, len); in atmel_aes_map()
1398 sg_copy_to_buffer(req->src, sg_nents(req->src), dd->buf, req->assoclen); in atmel_aes_gcm_length()
/linux-6.12.1/arch/powerpc/crypto/
Dcurve25519-ppc64le-core.c243 copied = sg_copy_to_buffer(req->src, in curve25519_compute_shared_secret()
/linux-6.12.1/drivers/scsi/mpi3mr/
Dmpi3mr_app.c987 sg_copy_to_buffer(job->request_payload.sg_list, in mpi3mr_bsg_refresh_hdb_triggers()
1036 sg_copy_to_buffer(job->request_payload.sg_list, in mpi3mr_bsg_upload_hdb()
1109 sg_copy_to_buffer(job->request_payload.sg_list, in mpi3mr_bsg_repost_hdb()
1315 sg_copy_to_buffer(job->request_payload.sg_list, in mpi3mr_bsg_pel_enable()
1503 sg_copy_to_buffer(job->request_payload.sg_list, in mpi3mr_bsg_adp_reset()
2367 sg_copy_to_buffer(job->request_payload.sg_list, in mpi3mr_bsg_process_mpt_cmds()
/linux-6.12.1/include/linux/
Dscatterlist.h497 size_t sg_copy_to_buffer(struct scatterlist *sgl, unsigned int nents,
/linux-6.12.1/drivers/scsi/qla4xxx/
Dql4_bsg.c122 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla4xxx_update_flash()
321 sg_copy_to_buffer(bsg_job->request_payload.sg_list, in qla4xxx_update_nvram()
/linux-6.12.1/lib/
Dscatterlist.c1026 size_t sg_copy_to_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_to_buffer() function
1031 EXPORT_SYMBOL(sg_copy_to_buffer);
/linux-6.12.1/drivers/mmc/host/
Dsdhci-esdhc-mcf.c331 sg_copy_to_buffer(data->sg, data->sg_len, in esdhc_mcf_copy_to_bounce_buffer()
Dlitex_mmc.c322 sg_copy_to_buffer(data->sg, data->sg_len, in litex_mmc_do_dma()
Dmmci_stm32_sdmmc.c140 sg_copy_to_buffer(data->sg, data->sg_len, in _sdmmc_idma_prep_data()
Dvub300.c1511 sg_copy_to_buffer(data->sg, data->sg_len, in __command_write_data()
1535 sg_copy_to_buffer(data->sg, data->sg_len, buf, in __command_write_data()
1557 sg_copy_to_buffer(data->sg, data->sg_len, buf, sizeof(buf)); in __command_write_data()
/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c494 sg_copy_to_buffer(job->request_payload.sg_list, in pqi_build_csmi_smp_passthru_buffer()
/linux-6.12.1/drivers/crypto/starfive/
Djh7110-rsa.c262 rctx->total = sg_copy_to_buffer(rctx->in_sg, sg_nents(rctx->in_sg), in starfive_rsa_enc_core()

123