Lines Matching refs:tx
130 struct dma_async_tx_descriptor *tx; in __cleanup() local
144 tx = &desc->txd; in __cleanup()
146 if (tx->cookie) { in __cleanup()
147 dma_descriptor_unmap(tx); in __cleanup()
148 dma_cookie_complete(tx); in __cleanup()
149 if (tx->callback) { in __cleanup()
150 tx->callback(tx->callback_param); in __cleanup()
151 tx->callback = NULL; in __cleanup()
155 if (tx->phys == phys_complete) in __cleanup()
411 static dma_cookie_t ioat2_tx_submit_unlock(struct dma_async_tx_descriptor *tx) in ioat2_tx_submit_unlock() argument
413 struct dma_chan *c = tx->chan; in ioat2_tx_submit_unlock()
418 cookie = dma_cookie_assign(tx); in ioat2_tx_submit_unlock()