Home
last modified time | relevance | path

Searched refs:cb_param (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
Dasync_tx.h86 void *cb_param; member
149 submit->cb_fn(submit->cb_param); in async_tx_sync_epilog()
161 dma_async_tx_callback cb_fn, void *cb_param, in init_async_submit() argument
167 args->cb_param = cb_param; in init_async_submit()
/Linux-v4.19/crypto/async_tx/
Dasync_raid6_recov.c169 void *cb_param = submit->cb_param; in __2data_recov_4() local
191 cb_param, scribble); in __2data_recov_4()
208 void *cb_param = submit->cb_param; in __2data_recov_5() local
266 cb_param, scribble); in __2data_recov_5()
282 void *cb_param = submit->cb_param; in __2data_recov_n() local
334 cb_param, scribble); in __2data_recov_n()
431 void *cb_param = submit->cb_param; in async_raid6_datap_recov() local
522 cb_param, scribble); in async_raid6_datap_recov()
Dasync_pq.c61 dma_async_tx_callback cb_param_orig = submit->cb_param; in do_async_gen_syndrome()
78 submit->cb_param = NULL; in do_async_gen_syndrome()
81 submit->cb_param = cb_param_orig; in do_async_gen_syndrome()
378 void *cb_param_orig = submit->cb_param; in async_syndrome_val()
423 submit->cb_param = cb_param_orig; in async_syndrome_val()
Dasync_xor.c42 void *cb_param_orig = submit->cb_param; in do_async_xor()
62 submit->cb_param = NULL; in do_async_xor()
65 submit->cb_param = cb_param_orig; in do_async_xor()
Dasync_tx.c162 tx->callback_param = submit->cb_param; in async_tx_submit()
/Linux-v4.19/drivers/crypto/qce/
Ddma.c85 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sg() argument
98 desc->callback_param = cb_param; in qce_dma_prep_sg()
106 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sgs() argument
119 cb, cb_param); in qce_dma_prep_sgs()
Ddma.h49 dma_async_tx_callback cb, void *cb_param);