Home
last modified time | relevance | path

Searched refs:async_tx_submit (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/crypto/async_tx/
Dasync_tx.c156 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit() function
223 EXPORT_SYMBOL_GPL(async_tx_submit);
258 async_tx_submit(chan, tx, submit); in async_trigger_callback()
Dasync_memset.c67 async_tx_submit(chan, tx, submit); in async_memset()
Dasync_memcpy.c74 async_tx_submit(chan, tx, submit); in async_memcpy()
Dasync_xor.c107 async_tx_submit(chan, tx, submit); in do_async_xor()
311 async_tx_submit(chan, tx, submit); in async_xor_val()
Dasync_pq.c132 async_tx_submit(chan, tx, submit); in do_async_gen_syndrome()
333 async_tx_submit(chan, tx, submit); in async_syndrome_val()
Dasync_raid6_recov.c56 async_tx_submit(chan, tx, submit); in async_sum_product()
109 async_tx_submit(chan, tx, submit); in async_mult()
/linux-3.3/include/linux/
Dasync_tx.h168 void async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx,