Searched refs:cb_param (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | async_tx.h | 73 void *cb_param; member 136 submit->cb_fn(submit->cb_param); in async_tx_sync_epilog() 148 dma_async_tx_callback cb_fn, void *cb_param, in init_async_submit() argument 154 args->cb_param = cb_param; in init_async_submit()
|
| /Linux-v5.4/crypto/async_tx/ |
| D | async_raid6_recov.c | 155 void *cb_param = submit->cb_param; in __2data_recov_4() local 177 cb_param, scribble); in __2data_recov_4() 194 void *cb_param = submit->cb_param; in __2data_recov_5() local 252 cb_param, scribble); in __2data_recov_5() 268 void *cb_param = submit->cb_param; in __2data_recov_n() local 320 cb_param, scribble); in __2data_recov_n() 417 void *cb_param = submit->cb_param; in async_raid6_datap_recov() local 508 cb_param, scribble); in async_raid6_datap_recov()
|
| D | async_pq.c | 45 dma_async_tx_callback cb_param_orig = submit->cb_param; in do_async_gen_syndrome() 62 submit->cb_param = NULL; in do_async_gen_syndrome() 65 submit->cb_param = cb_param_orig; in do_async_gen_syndrome() 362 void *cb_param_orig = submit->cb_param; in async_syndrome_val() 407 submit->cb_param = cb_param_orig; in async_syndrome_val()
|
| D | async_xor.c | 29 void *cb_param_orig = submit->cb_param; in do_async_xor() 49 submit->cb_param = NULL; in do_async_xor() 52 submit->cb_param = cb_param_orig; in do_async_xor()
|
| D | async_tx.c | 149 tx->callback_param = submit->cb_param; in async_tx_submit()
|
| /Linux-v5.4/drivers/crypto/qce/ |
| D | dma.c | 77 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sg() argument 90 desc->callback_param = cb_param; in qce_dma_prep_sg() 98 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sgs() argument 111 cb, cb_param); in qce_dma_prep_sgs()
|
| D | dma.h | 41 dma_async_tx_callback cb, void *cb_param);
|