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