Searched refs:cb_param (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/crypto/async_tx/ |
H A D | async_raid6_recov.c | 169 void *cb_param = submit->cb_param; __2data_recov_4() local 191 cb_param, scribble); __2data_recov_4() 208 void *cb_param = submit->cb_param; __2data_recov_5() local 266 cb_param, scribble); __2data_recov_5() 282 void *cb_param = submit->cb_param; __2data_recov_n() local 334 cb_param, scribble); __2data_recov_n() 431 void *cb_param = submit->cb_param; async_raid6_datap_recov() local 522 cb_param, scribble); async_raid6_datap_recov()
|
H A D | async_pq.c | 59 dma_async_tx_callback cb_param_orig = submit->cb_param; do_async_gen_syndrome() 79 submit->cb_param = NULL; do_async_gen_syndrome() 82 submit->cb_param = cb_param_orig; do_async_gen_syndrome() 379 void *cb_param_orig = submit->cb_param; async_syndrome_val() 424 submit->cb_param = cb_param_orig; async_syndrome_val()
|
H A D | async_xor.c | 42 void *cb_param_orig = submit->cb_param; do_async_xor() 62 submit->cb_param = NULL; do_async_xor() 65 submit->cb_param = cb_param_orig; do_async_xor()
|
H A D | async_tx.c | 162 tx->callback_param = submit->cb_param; async_tx_submit()
|
/linux-4.1.27/drivers/crypto/qce/ |
H A D | dma.c | 137 dma_async_tx_callback cb, void *cb_param) qce_dma_prep_sg() 150 desc->callback_param = cb_param; qce_dma_prep_sg() 158 dma_async_tx_callback cb, void *cb_param) qce_dma_prep_sgs() 171 cb, cb_param); qce_dma_prep_sgs() 134 qce_dma_prep_sg(struct dma_chan *chan, struct scatterlist *sg, int nents, unsigned long flags, enum dma_transfer_direction dir, dma_async_tx_callback cb, void *cb_param) qce_dma_prep_sg() argument 156 qce_dma_prep_sgs(struct qce_dma_data *dma, struct scatterlist *rx_sg, int rx_nents, struct scatterlist *tx_sg, int tx_nents, dma_async_tx_callback cb, void *cb_param) qce_dma_prep_sgs() argument
|
H A D | dma.h | 49 dma_async_tx_callback cb, void *cb_param);
|
/linux-4.1.27/include/linux/ |
H A D | async_tx.h | 79 * @cb_param: parameter for the callback routine 86 void *cb_param; member in struct:async_submit_ctl 149 submit->cb_fn(submit->cb_param); async_tx_sync_epilog() 161 dma_async_tx_callback cb_fn, void *cb_param, init_async_submit() 167 args->cb_param = cb_param; init_async_submit() 159 init_async_submit(struct async_submit_ctl *args, enum async_tx_flags flags, struct dma_async_tx_descriptor *tx, dma_async_tx_callback cb_fn, void *cb_param, addr_conv_t *scribble) init_async_submit() argument
|
Completed in 248 milliseconds