Searched refs:async_tx_submit (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/crypto/async_tx/ |
D | async_tx.c | 156 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()
|
D | async_memcpy.c | 83 async_tx_submit(chan, tx, submit); in async_memcpy()
|
D | async_xor.c | 96 async_tx_submit(chan, tx, submit); in do_async_xor() 316 async_tx_submit(chan, tx, submit); in async_xor_val()
|
D | async_pq.c | 105 async_tx_submit(chan, tx, submit); in do_async_gen_syndrome() 370 async_tx_submit(chan, tx, submit); in async_syndrome_val()
|
D | async_raid6_recov.c | 68 async_tx_submit(chan, tx, submit); in async_sum_product() 135 async_tx_submit(chan, tx, submit); in async_mult()
|
/linux-4.1.27/include/linux/ |
D | async_tx.h | 171 void async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx,
|