Lines Matching defs:bam_transaction
263 struct bam_transaction { struct
264 struct bam_cmd_element *bam_ce;
265 struct scatterlist *cmd_sgl;
266 struct scatterlist *data_sgl;
267 struct dma_async_tx_descriptor *last_data_desc;
268 struct dma_async_tx_descriptor *last_cmd_desc;
269 struct completion txn_done;
270 u32 bam_ce_pos;
271 u32 bam_ce_start;
272 u32 cmd_sgl_pos;
273 u32 cmd_sgl_start;
274 u32 tx_sgl_pos;
275 u32 tx_sgl_start;
276 u32 rx_sgl_pos;
277 u32 rx_sgl_start;
278 bool wait_second_completion;