Home
last modified time | relevance | path

Searched defs:cb_param (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/crypto/async_tx/
Dasync_raid6_recov.c169 void *cb_param = submit->cb_param; in __2data_recov_4() local
208 void *cb_param = submit->cb_param; in __2data_recov_5() local
282 void *cb_param = submit->cb_param; in __2data_recov_n() local
431 void *cb_param = submit->cb_param; in async_raid6_datap_recov() local
/linux-4.1.27/drivers/crypto/qce/
Ddma.c137 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sg()
158 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sgs()
/linux-4.1.27/include/linux/
Dasync_tx.h86 void *cb_param; member
161 dma_async_tx_callback cb_fn, void *cb_param, in init_async_submit()