Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Ddma.c86 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sg() argument
99 desc->callback_param = cb_param; in qce_dma_prep_sg()
107 dma_async_tx_callback cb, void *cb_param) in qce_dma_prep_sgs() argument
120 cb, cb_param); in qce_dma_prep_sgs()
/linux/crypto/async_tx/
H A Dasync_tx.c149 tx->callback_param = submit->cb_param; in async_tx_submit()