Searched refs:async_tx_submit (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/crypto/async_tx/ |
D | async_tx.c | 143 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit() function 210 EXPORT_SYMBOL_GPL(async_tx_submit); 245 async_tx_submit(chan, tx, submit); in async_trigger_callback()
|
D | async_memcpy.c | 70 async_tx_submit(chan, tx, submit); in async_memcpy()
|
D | async_xor.c | 83 async_tx_submit(chan, tx, submit); in do_async_xor() 364 async_tx_submit(chan, tx, submit); in async_xor_val_offs()
|
D | async_pq.c | 90 async_tx_submit(chan, tx, submit); in do_async_gen_syndrome() 372 async_tx_submit(chan, tx, submit); in async_syndrome_val()
|
D | async_raid6_recov.c | 58 async_tx_submit(chan, tx, submit); in async_sum_product() 128 async_tx_submit(chan, tx, submit); in async_mult()
|
/Linux-v6.1/include/linux/ |
D | async_tx.h | 158 void async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx,
|