Home
last modified time | relevance | path

Searched refs:async_tx_test_ack (Results 1 – 8 of 8) sorted by relevance

/linux/crypto/async_tx/
H A Dasync_tx.c160 BUG_ON(async_tx_test_ack(depend_tx) || txd_next(depend_tx) || in async_tx_submit()
269 BUG_ON(async_tx_test_ack(*tx)); in async_tx_quiesce()
/linux/drivers/dma/
H A Dnbpfaxi.c777 if (async_tx_test_ack(&desc->async_tx) && desc->user_wait) { in nbpf_scan_acked()
1144 } else if (async_tx_test_ack(&desc->async_tx)) { in nbpf_chan_tasklet()
1172 if (async_tx_test_ack(&desc->async_tx)) { in nbpf_chan_tasklet()
H A Dfsldma.c494 if (async_tx_test_ack(&desc->async_tx)) in fsldma_clean_completed_descriptor()
548 if (!async_tx_test_ack(&desc->async_tx)) { in fsldma_clean_running_descriptor()
H A Dmv_xor.c223 if (async_tx_test_ack(&iter->async_tx)) { in mv_chan_clean_completed_slots()
244 if (!async_tx_test_ack(&desc->async_tx)) { in mv_desc_clean_slot()
H A Dep93xx_dma.c742 if (async_tx_test_ack(&desc->txd)) { in ep93xx_dma_desc_get()
H A Dste_dma40.c798 if (async_tx_test_ack(&d->txd)) { in d40_desc_get()
1633 if (async_tx_test_ack(&d40d->txd)) { in dma_tasklet()
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c111 if (!async_tx_test_ack(&desc->tx_desc)) in ccp_cleanup_desc_resources()
/linux/include/linux/
H A Ddmaengine.h1411 static inline bool async_tx_test_ack(struct dma_async_tx_descriptor *tx) in async_tx_test_ack() function