Searched refs:cb_param (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | async_tx.h | 86 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/ |
D | async_raid6_recov.c | 169 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()
|
D | async_pq.c | 61 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()
|
D | async_xor.c | 42 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()
|
D | async_tx.c | 162 tx->callback_param = submit->cb_param; in async_tx_submit()
|
/Linux-v4.19/drivers/crypto/qce/ |
D | dma.c | 85 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()
|
D | dma.h | 49 dma_async_tx_callback cb, void *cb_param);
|