Lines Matching refs:tx
38 #define to_mv_xor_slot(tx) \ argument
39 container_of(tx, struct mv_xor_desc_slot, async_tx)
410 mv_xor_tx_submit(struct dma_async_tx_descriptor *tx) in mv_xor_tx_submit() argument
412 struct mv_xor_desc_slot *sw_desc = to_mv_xor_slot(tx); in mv_xor_tx_submit()
413 struct mv_xor_chan *mv_chan = to_mv_xor_chan(tx->chan); in mv_xor_tx_submit()
423 cookie = dma_cookie_assign(tx); in mv_xor_tx_submit()
708 struct dma_async_tx_descriptor *tx; in mv_xor_memcpy_self_test() local
761 tx = mv_xor_prep_dma_memcpy(dma_chan, dest_dma, src_dma, in mv_xor_memcpy_self_test()
763 if (!tx) { in mv_xor_memcpy_self_test()
770 cookie = mv_xor_tx_submit(tx); in mv_xor_memcpy_self_test()
779 async_tx_ack(tx); in mv_xor_memcpy_self_test()
817 struct dma_async_tx_descriptor *tx; in mv_xor_xor_self_test() local
894 tx = mv_xor_prep_dma_xor(dma_chan, dest_dma, dma_srcs, in mv_xor_xor_self_test()
896 if (!tx) { in mv_xor_xor_self_test()
903 cookie = mv_xor_tx_submit(tx); in mv_xor_xor_self_test()
912 async_tx_ack(tx); in mv_xor_xor_self_test()