Home
last modified time | relevance | path

Searched refs:cb_fn (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
Dasync_tx.h85 dma_async_tx_callback cb_fn; member
148 if (submit->cb_fn) in async_tx_sync_epilog()
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
166 args->cb_fn = cb_fn; in init_async_submit()
/linux-4.1.27/drivers/scsi/isci/
Dremote_node_context.c529 scics_sds_remote_node_context_callback cb_fn, in sci_remote_node_context_destruct() argument
537 sci_remote_node_context_setup_to_destroy(sci_rnc, cb_fn, cb_p); in sci_remote_node_context_destruct()
544 sci_remote_node_context_setup_to_destroy(sci_rnc, cb_fn, cb_p); in sci_remote_node_context_destruct()
548 sci_remote_node_context_setup_to_destroy(sci_rnc, cb_fn, cb_p); in sci_remote_node_context_destruct()
660 scics_sds_remote_node_context_callback cb_fn, in sci_remote_node_context_resume() argument
670 __func__, rnc_state_name(state), cb_fn, cb_p, in sci_remote_node_context_resume()
680 sci_remote_node_context_setup_to_resume(sci_rnc, cb_fn, cb_p, in sci_remote_node_context_resume()
701 sci_rnc, cb_fn, cb_p, in sci_remote_node_context_resume()
706 sci_rnc, cb_fn, cb_p, in sci_remote_node_context_resume()
722 sci_rnc, cb_fn, cb_p, RNC_DEST_READY); in sci_remote_node_context_resume()
[all …]
Dremote_node_context.h218 scics_sds_remote_node_context_callback cb_fn,
222 scics_sds_remote_node_context_callback cb_fn,
Dremote_device.h361 scics_sds_remote_node_context_callback cb_fn,
Dremote_device.c1341 scics_sds_remote_node_context_callback cb_fn, in sci_remote_device_resume() argument
1346 status = sci_remote_node_context_resume(&idev->rnc, cb_fn, cb_p); in sci_remote_device_resume()
/linux-4.1.27/crypto/async_tx/
Dasync_raid6_recov.c168 dma_async_tx_callback cb_fn = submit->cb_fn; in __2data_recov_4() local
190 init_async_submit(submit, flags | ASYNC_TX_XOR_ZERO_DST, tx, cb_fn, in __2data_recov_4()
207 dma_async_tx_callback cb_fn = submit->cb_fn; in __2data_recov_5() local
265 init_async_submit(submit, flags | ASYNC_TX_XOR_DROP_DST, tx, cb_fn, in __2data_recov_5()
281 dma_async_tx_callback cb_fn = submit->cb_fn; in __2data_recov_n() local
333 init_async_submit(submit, flags | ASYNC_TX_XOR_DROP_DST, tx, cb_fn, in __2data_recov_n()
430 dma_async_tx_callback cb_fn = submit->cb_fn; in async_raid6_datap_recov() local
521 init_async_submit(submit, flags | ASYNC_TX_XOR_DROP_DST, tx, cb_fn, in async_raid6_datap_recov()
Dasync_xor.c41 dma_async_tx_callback cb_fn_orig = submit->cb_fn; in do_async_xor()
61 submit->cb_fn = NULL; in do_async_xor()
64 submit->cb_fn = cb_fn_orig; in do_async_xor()
67 if (submit->cb_fn) in do_async_xor()
290 if (submit->cb_fn) in async_xor_val()
Dasync_pq.c58 dma_async_tx_callback cb_fn_orig = submit->cb_fn; in do_async_gen_syndrome()
78 submit->cb_fn = NULL; in do_async_gen_syndrome()
81 submit->cb_fn = cb_fn_orig; in do_async_gen_syndrome()
304 enum dma_ctrl_flags dma_flags = submit->cb_fn ? DMA_PREP_INTERRUPT : 0; in async_syndrome_val()
377 dma_async_tx_callback cb_fn_orig = submit->cb_fn; in async_syndrome_val()
423 submit->cb_fn = cb_fn_orig; in async_syndrome_val()
Dasync_memcpy.c61 if (submit->cb_fn) in async_memcpy()
Dasync_tx.c161 tx->callback = submit->cb_fn; in async_tx_submit()