Lines Matching defs:bam_transaction
247 struct bam_transaction { struct
248 struct bam_cmd_element *bam_ce;
249 struct scatterlist *cmd_sgl;
250 struct scatterlist *data_sgl;
251 u32 bam_ce_pos;
252 u32 bam_ce_start;
253 u32 cmd_sgl_pos;
254 u32 cmd_sgl_start;
255 u32 tx_sgl_pos;
256 u32 tx_sgl_start;
257 u32 rx_sgl_pos;
258 u32 rx_sgl_start;
259 bool wait_second_completion;
260 struct completion txn_done;
261 struct dma_async_tx_descriptor *last_data_desc;
262 struct dma_async_tx_descriptor *last_cmd_desc;