Searched refs:async_tx_submit (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/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_memset.c | 67 async_tx_submit(chan, tx, submit); in async_memset()
|
D | async_memcpy.c | 74 async_tx_submit(chan, tx, submit); in async_memcpy()
|
D | async_xor.c | 107 async_tx_submit(chan, tx, submit); in do_async_xor() 311 async_tx_submit(chan, tx, submit); in async_xor_val()
|
D | async_pq.c | 132 async_tx_submit(chan, tx, submit); in do_async_gen_syndrome() 333 async_tx_submit(chan, tx, submit); in async_syndrome_val()
|
D | async_raid6_recov.c | 56 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/ |
D | async_tx.h | 168 void async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx,
|