Searched refs:async_tx_test_ack (Results 1 – 25 of 41) sorted by relevance
12
160 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()
765 if (async_tx_test_ack(&desc->async_tx) && desc->user_wait) { in nbpf_scan_acked()1132 } else if (async_tx_test_ack(&desc->async_tx)) { in nbpf_chan_tasklet()1160 if (async_tx_test_ack(&desc->async_tx)) { in nbpf_chan_tasklet()
493 if (async_tx_test_ack(&desc->async_tx)) in fsldma_clean_completed_descriptor()547 if (!async_tx_test_ack(&desc->async_tx)) { in fsldma_clean_running_descriptor()
223 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()
523 if (async_tx_test_ack(&desc->tx)) in xgene_dma_clean_completed_descriptor()580 if (!async_tx_test_ack(&desc->tx)) { in xgene_dma_clean_running_descriptor()
355 if (async_tx_test_ack(&sw_desc->async_tx)) { in mv_xor_v2_prep_sw_desc()
388 if (async_tx_test_ack(&td_desc->txd)) { in td_desc_get()
85 if (!async_tx_test_ack(&desc->async_tx)) in iop_adma_clean_slot()122 async_tx_test_ack(&iter->async_tx)); in __iop_adma_slot_cleanup()
149 if (async_tx_test_ack(&desc->async_tx)) in fsl_re_cleanup_descs()
211 if (async_tx_test_ack(&req->tx)) { in sba_alloc_request()467 if (async_tx_test_ack(&req->tx)) in sba_write_stats_in_seqfile()
764 if (async_tx_test_ack(&desc->async_tx) && desc->user_wait) { in nbpf_scan_acked()1131 } else if (async_tx_test_ack(&desc->async_tx)) { in nbpf_chan_tasklet()1159 if (async_tx_test_ack(&desc->async_tx)) { in nbpf_chan_tasklet()
494 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()
524 if (async_tx_test_ack(&desc->tx)) in xgene_dma_clean_completed_descriptor()581 if (!async_tx_test_ack(&desc->tx)) { in xgene_dma_clean_running_descriptor()
150 if (async_tx_test_ack(&desc->async_tx)) in fsl_re_cleanup_descs()
203 if (async_tx_test_ack(&req->tx)) { in sba_alloc_request()459 if (async_tx_test_ack(&req->tx)) in sba_write_stats_in_seqfile()
381 head_acked = async_tx_test_ack(tx); in __ld_cleanup()398 async_tx_test_ack(&desc->async_tx)) || all) { in __ld_cleanup()
111 if (!async_tx_test_ack(&desc->tx_desc)) in ccp_cleanup_desc_resources()
779 if (async_tx_test_ack(&desc->txd)) in ipu_submit_buffer()1317 if (async_tx_test_ack(&desc->txd)) { in ipu_gc_tasklet()
1377 static inline bool async_tx_test_ack(struct dma_async_tx_descriptor *tx) in async_tx_test_ack() function