Home
last modified time | relevance | path

Searched refs:sg_copy_from_buffer (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/scsi/qla4xxx/
H A Dql4_bsg.c62 sg_copy_from_buffer(bsg_job->reply_payload.sg_list, in qla4xxx_read_flash()
186 sg_copy_from_buffer(bsg_job->reply_payload.sg_list, in qla4xxx_get_acb_state()
257 sg_copy_from_buffer(bsg_job->reply_payload.sg_list, in qla4xxx_read_nvram()
435 sg_copy_from_buffer(bsg_job->reply_payload.sg_list, in qla4xxx_bsg_get_acb()
/linux/include/scsi/
H A Dscsi_cmnd.h212 return sg_copy_from_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in scsi_sg_copy_from_buffer()
/linux/drivers/scsi/libsas/
H A Dsas_host_smp.c343 sg_copy_from_buffer(job->reply_payload.sg_list, in sas_smp_host_handler()
/linux/lib/
H A Dscatterlist.c1014 size_t sg_copy_from_buffer(struct scatterlist *sgl, unsigned int nents, in sg_copy_from_buffer() function
1019 EXPORT_SYMBOL(sg_copy_from_buffer);
/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c227 sg_copy_from_buffer(req->dst, sg_nents(req->dst), in zynqmp_aes_aead_cipher()
353 sg_copy_from_buffer(req->dst, sg_nents(req->dst), in versal_aes_aead_cipher()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c505 sg_copy_from_buffer(job->reply_payload.sg_list, in pqi_build_sas_smp_handler_reply()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c93 sg_copy_from_buffer(akcipher_req->dst, sg_nents(akcipher_req->dst), in virtio_crypto_dataq_akcipher_callback()
/linux/drivers/mmc/host/
H A Dlitex_mmc.c356 sg_copy_from_buffer(data->sg, sg_nents(data->sg), in litex_mmc_request()
H A Dmmci_stm32_sdmmc.c179 sg_copy_from_buffer(data->sg, data->sg_len, in sdmmc_idma_unprep_data()
H A Dvub300.c1487 sg_copy_from_buffer(data->sg, data->sg_len, buf, in __command_read_data()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c743 sg_copy_from_buffer(sgt->sgl, sgt->nents, in solo_enc_buf_finish()
747 sg_copy_from_buffer(sgt->sgl, sgt->nents, in solo_enc_buf_finish()
/linux/drivers/crypto/
H A Datmel-aes.c609 if (!sg_copy_from_buffer(dd->real_dst, sg_nents(dd->real_dst), in atmel_aes_cpu_transfer()
784 sg_copy_from_buffer(dd->real_dst, sg_nents(dd->real_dst), in atmel_aes_unmap()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1085 status = sg_copy_from_buffer(req->dst, sg_nents(req->dst), ptr, in create_aead_null_output_list()
/linux/drivers/ata/
H A Dlibata-scsi.c2022 sg_copy_from_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in ata_scsi_rbuf_fill()
3026 sg_copy_from_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), buf, 4); in atapi_fixup_inquiry()
/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c3179 sg_copy_from_buffer(job->reply_payload.sg_list, in bfad_im_bsg_vendor_request()
3546 sg_copy_from_buffer(job->reply_payload.sg_list, in bfad_im_bsg_els_ct_request()
/linux/drivers/memstick/core/
H A Dms_block.c1666 sg_copy_from_buffer(sg_tmp, sg_nents(sg_tmp), in msb_cache_read()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c3332 sg_copy_from_buffer(job->reply_payload.sg_list, in mpi3mr_transport_smp_handler()
/linux/drivers/mmc/core/
H A Dmmc_test.c938 sg_copy_from_buffer(sg, sg_len, test->scratch, BUFFER_SIZE); in mmc_test_transfer()
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c4852 sg_copy_from_buffer(job->reply_payload.sg_list, in beiscsi_bsg_request()
/linux/drivers/scsi/
H A Dscsi_debug.c1581 act_len = sg_copy_from_buffer(sdb->table.sgl, sdb->table.nents, in fill_from_dev_buffer()