Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/crypto/async_tx/
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()
/kernel/linux/linux-6.6/crypto/async_tx/
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()
/kernel/linux/linux-5.10/drivers/dma/
Dnbpfaxi.c765 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()
Dfsldma.c493 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()
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()
Dxgene-dma.c523 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()
Dmv_xor_v2.c355 if (async_tx_test_ack(&sw_desc->async_tx)) { in mv_xor_v2_prep_sw_desc()
Dtimb_dma.c388 if (async_tx_test_ack(&td_desc->txd)) { in td_desc_get()
Diop-adma.c85 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()
Dfsl_raid.c149 if (async_tx_test_ack(&desc->async_tx)) in fsl_re_cleanup_descs()
Dbcm-sba-raid.c211 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()
/kernel/linux/linux-6.6/drivers/dma/
Dnbpfaxi.c764 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()
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()
Dmv_xor_v2.c355 if (async_tx_test_ack(&sw_desc->async_tx)) { in mv_xor_v2_prep_sw_desc()
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()
Dxgene-dma.c524 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()
Dtimb_dma.c388 if (async_tx_test_ack(&td_desc->txd)) { in td_desc_get()
Dfsl_raid.c150 if (async_tx_test_ack(&desc->async_tx)) in fsl_re_cleanup_descs()
Dbcm-sba-raid.c203 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()
/kernel/linux/linux-6.6/drivers/dma/sh/
Dshdma-base.c381 head_acked = async_tx_test_ack(tx); in __ld_cleanup()
398 async_tx_test_ack(&desc->async_tx)) || all) { in __ld_cleanup()
/kernel/linux/linux-5.10/drivers/dma/sh/
Dshdma-base.c381 head_acked = async_tx_test_ack(tx); in __ld_cleanup()
398 async_tx_test_ack(&desc->async_tx)) || all) { in __ld_cleanup()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
Dccp-dmaengine.c111 if (!async_tx_test_ack(&desc->tx_desc)) in ccp_cleanup_desc_resources()
/kernel/linux/linux-5.10/drivers/crypto/ccp/
Dccp-dmaengine.c111 if (!async_tx_test_ack(&desc->tx_desc)) in ccp_cleanup_desc_resources()
/kernel/linux/linux-5.10/drivers/dma/ipu/
Dipu_idmac.c779 if (async_tx_test_ack(&desc->txd)) in ipu_submit_buffer()
1317 if (async_tx_test_ack(&desc->txd)) { in ipu_gc_tasklet()
/kernel/linux/linux-6.6/include/linux/
Ddmaengine.h1377 static inline bool async_tx_test_ack(struct dma_async_tx_descriptor *tx) in async_tx_test_ack() function

12