Searched refs:dst_sg (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/sep/
H A Dsep_driver_api.h135 struct scatterlist *dst_sg; member in struct:build_dcb_struct_kernel
182 struct scatterlist *dst_sg; member in struct:sep_dma_resource
242 struct scatterlist *dst_sg; member in struct:sep_dma_context
346 struct scatterlist *dst_sg);
H A Dsep_crypto.h316 struct scatterlist *dst_sg; member in struct:this_task_ctx
H A Dsep_crypto.c985 ta_ctx->dst_sg = NULL;
1228 ta_ctx->dst_sg = new_sg;
1231 ta_ctx->dst_sg = req->dst;
1246 dst_ptr = sg_virt(ta_ctx->dst_sg);
1309 ta_ctx->dcb_input_data.dst_sg = ta_ctx->dst_sg;
1727 ta_ctx->dst_sg,
1728 sep_sg_nents(ta_ctx->dst_sg),
1762 "block sg out", ta_ctx->dst_sg);
1767 ta_ctx->dst_sg,
[all...]
H A Dsep_main.c551 if (dma->dst_sg) {
552 dma_unmap_sg(&sep->pdev->dev, dma->dst_sg,
554 dma->dst_sg = NULL;
1149 sg = dma_ctx->dst_sg;
1186 dma_ctx->dma_res_arr[dma_ctx->nr_dcb_creat].dst_sg =
1187 dma_ctx->dst_sg;
1383 dma_ctx->dma_res_arr[dma_ctx->nr_dcb_creat].dst_sg = NULL;
2638 struct scatterlist *dst_sg)
2680 dev_dbg(&sep->pdev->dev, "[PID%d] dst_sg %p\n",
2681 current->pid, dst_sg);
2625 sep_prepare_input_output_dma_table_in_dcb(struct sep_device *sep, unsigned long app_in_address, unsigned long app_out_address, u32 data_in_size, u32 block_size, u32 tail_block_size, bool isapplet, bool is_kva, bool secure_dma, struct sep_dcblock *dcb_region, void **dmatables_region, struct sep_dma_context **dma_ctx, struct scatterlist *src_sg, struct scatterlist *dst_sg) argument
[all...]
/drivers/dma/
H A Dfsldma.c640 struct scatterlist *dst_sg, unsigned int dst_nents,
654 if (dst_sg == NULL || src_sg == NULL)
663 dst_avail = sg_dma_len(dst_sg);
675 dst = sg_dma_address(dst_sg) + sg_dma_len(dst_sg) - dst_avail;
714 dst_sg = sg_next(dst_sg);
715 if (dst_sg == NULL)
719 dst_avail = sg_dma_len(dst_sg);
639 fsl_dma_prep_sg(struct dma_chan *dchan, struct scatterlist *dst_sg, unsigned int dst_nents, struct scatterlist *src_sg, unsigned int src_nents, unsigned long flags) argument
H A Dste_dma40.c2307 struct scatterlist dst_sg; local
2310 sg_init_table(&dst_sg, 1);
2313 sg_dma_address(&dst_sg) = dst;
2316 sg_dma_len(&dst_sg) = size;
2319 return d40_prep_sg(chan, &src_sg, &dst_sg, 1, DMA_NONE, dma_flags);
2324 struct scatterlist *dst_sg, unsigned int dst_nents,
2331 return d40_prep_sg(chan, src_sg, dst_sg, src_nents, DMA_NONE, dma_flags);
2323 d40_prep_memcpy_sg(struct dma_chan *chan, struct scatterlist *dst_sg, unsigned int dst_nents, struct scatterlist *src_sg, unsigned int src_nents, unsigned long dma_flags) argument
/drivers/misc/carma/
H A Dcarma-fpga.c628 struct scatterlist *dst_sg, *src_sg; local
635 dst_sg = buf->vb.sglist;
649 dst_sg, dst_nents,
665 dst = sg_dma_address(dst_sg) + (NUM_FPGA * REG_BLOCK_SIZE);

Completed in 217 milliseconds