Lines Matching defs:bam_transaction
257 struct bam_transaction { struct
258 struct bam_cmd_element *bam_ce;
259 struct scatterlist *cmd_sgl;
260 struct scatterlist *data_sgl;
261 u32 bam_ce_pos;
262 u32 bam_ce_start;
263 u32 cmd_sgl_pos;
264 u32 cmd_sgl_start;
265 u32 tx_sgl_pos;
266 u32 tx_sgl_start;
267 u32 rx_sgl_pos;
268 u32 rx_sgl_start;
269 bool wait_second_completion;
270 struct completion txn_done;
271 struct dma_async_tx_descriptor *last_data_desc;
272 struct dma_async_tx_descriptor *last_cmd_desc;