Home
last modified time | relevance | path

Searched refs:depend_tx (Results 1 – 4 of 4) sorted by relevance

/crypto/async_tx/
Dasync_tx.c52 __async_tx_find_channel(struct dma_async_tx_descriptor *depend_tx, in __async_tx_find_channel() argument
56 if (depend_tx && in __async_tx_find_channel()
57 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask)) in __async_tx_find_channel()
58 return depend_tx->chan; in __async_tx_find_channel()
83 async_tx_channel_switch(struct dma_async_tx_descriptor *depend_tx, in async_tx_channel_switch() argument
91 spin_lock_bh(&depend_tx->lock); in async_tx_channel_switch()
92 if (depend_tx->parent && depend_tx->chan == tx->chan) { in async_tx_channel_switch()
93 tx->parent = depend_tx; in async_tx_channel_switch()
94 depend_tx->next = tx; in async_tx_channel_switch()
97 spin_unlock_bh(&depend_tx->lock); in async_tx_channel_switch()
[all …]
Dasync_xor.c41 struct dma_async_tx_descriptor *depend_tx, in do_async_xor() argument
96 async_tx_quiesce(&depend_tx); in do_async_xor()
107 async_tx_submit(chan, tx, async_flags, depend_tx, _cb_fn, in do_async_xor()
110 depend_tx = tx; in do_async_xor()
183 struct dma_async_tx_descriptor *depend_tx, in async_xor() argument
186 struct dma_chan *chan = async_tx_find_channel(depend_tx, DMA_XOR, in async_xor()
196 flags, depend_tx, cb_fn, cb_param); in async_xor()
210 async_tx_quiesce(&depend_tx); in async_xor()
245 struct dma_async_tx_descriptor *depend_tx, in async_xor_zero_sum() argument
248 struct dma_chan *chan = async_tx_find_channel(depend_tx, DMA_ZERO_SUM, in async_xor_zero_sum()
[all …]
Dasync_memset.c46 struct dma_async_tx_descriptor *depend_tx, in async_memset() argument
49 struct dma_chan *chan = async_tx_find_channel(depend_tx, DMA_MEMSET, in async_memset()
67 async_tx_submit(chan, tx, flags, depend_tx, cb_fn, cb_param); in async_memset()
75 async_tx_quiesce(&depend_tx); in async_memset()
Dasync_memcpy.c46 struct dma_async_tx_descriptor *depend_tx, in async_memcpy() argument
49 struct dma_chan *chan = async_tx_find_channel(depend_tx, DMA_MEMCPY, in async_memcpy()
70 async_tx_submit(chan, tx, flags, depend_tx, cb_fn, cb_param); in async_memcpy()
76 async_tx_quiesce(&depend_tx); in async_memcpy()