Home
last modified time | relevance | path

Searched refs:src_sgl (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/crypto/ccree/
Dcc_buffer_mgr.c664 sg = areq_ctx->src_sgl; in cc_prepare_aead_data_dlli()
690 areq_ctx->src_sgl, areq_ctx->cryptlen, in cc_prepare_aead_data_mlli()
719 sg = &areq_ctx->src_sgl[areq_ctx->src.nents - 1]; in cc_prepare_aead_data_mlli()
730 areq_ctx->src_sgl, areq_ctx->cryptlen, in cc_prepare_aead_data_mlli()
751 sg = &areq_ctx->src_sgl[areq_ctx->src.nents - 1]; in cc_prepare_aead_data_mlli()
766 areq_ctx->src_sgl, areq_ctx->cryptlen, in cc_prepare_aead_data_mlli()
812 areq_ctx->src_sgl = req->src; in cc_aead_chain_data()
819 sg_index = areq_ctx->src_sgl->length; in cc_aead_chain_data()
823 offset -= areq_ctx->src_sgl->length; in cc_aead_chain_data()
824 sgl = sg_next(areq_ctx->src_sgl); in cc_aead_chain_data()
[all …]
Dcc_aead.h88 struct scatterlist *src_sgl; member
Dcc_aead.c777 areq_ctx->dst_sgl : areq_ctx->src_sgl; in cc_proc_authen_desc()
844 (sg_dma_address(areq_ctx->src_sgl) + in cc_proc_cipher_desc()
/linux-5.19.10/drivers/media/platform/xilinx/
Dxilinx-dma.c354 dma->xt.src_sgl = false; in xvip_dma_buffer_queue()
360 dma->xt.src_sgl = true; in xvip_dma_buffer_queue()
/linux-5.19.10/drivers/media/platform/ti/omap/
Domap_vout_vrfb.c265 xt->src_sgl = false; in omap_vout_prepare_vrfb()
/linux-5.19.10/include/linux/
Ddmaengine.h157 bool src_sgl; member
1343 return dmaengine_get_icg(xt->src_inc, xt->src_sgl, in dmaengine_get_src_icg()
/linux-5.19.10/drivers/dma/
Dimx-dma.c949 xt->src_sgl ? "true" : "false", xt->dst_sgl ? "true" : "false", in imxdma_prep_dma_interleaved()
971 if (xt->src_sgl) in imxdma_prep_dma_interleaved()
Dat_xdmac.c946 if (xt->src_sgl) in at_xdmac_interleaved_queue_desc()
1070 if (xt->src_sgl) in at_xdmac_prep_interleaved()
/linux-5.19.10/drivers/dma/dw-edma/
Ddw-edma-core.c465 if (il->src_sgl) { in dw_edma_device_transfer()
/linux-5.19.10/drivers/media/platform/
Dm2m-deinterlace.c324 ctx->xt->src_sgl = false; in deinterlace_issue_dma()
/linux-5.19.10/drivers/gpu/drm/xlnx/
Dzynqmp_disp.c1111 dma->xt.src_sgl = true; in zynqmp_disp_layer_update()