Lines Matching defs:async_tx
57 * @async_tx: base DMA asynchronous transaction descriptor
73 struct dma_async_tx_descriptor async_tx;
94 #define to_rcar_dmac_desc(d) container_of(d, struct rcar_dmac_desc, async_tx)
440 else if (desc->async_tx.callback)
544 dma_async_tx_descriptor_init(&desc->async_tx, &chan->chan);
545 desc->async_tx.tx_submit = rcar_dmac_tx_submit;
599 if (async_tx_test_ack(&desc->async_tx)) {
950 desc->async_tx.flags = dma_flags;
951 desc->async_tx.cookie = -EBUSY;
1047 return &desc->async_tx;
1351 if (cookie != desc->async_tx.cookie) {
1353 if (cookie == desc->async_tx.cookie)
1357 if (cookie == desc->async_tx.cookie)
1361 if (cookie == desc->async_tx.cookie)
1638 dmaengine_desc_get_callback(&desc->async_tx, &cb);
1654 dma_cookie_complete(&desc->async_tx);
1657 dmaengine_desc_get_callback(&desc->async_tx, &cb);