Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/async_tx/
Dasync_tx.c59 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in __async_tx_find_channel() local
62 if (depend_tx && in __async_tx_find_channel()
63 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask)) in __async_tx_find_channel()
64 return depend_tx->chan; in __async_tx_find_channel()
78 async_tx_channel_switch(struct dma_async_tx_descriptor *depend_tx, in async_tx_channel_switch() argument
81 struct dma_chan *chan = depend_tx->chan; in async_tx_channel_switch()
86 txd_lock(depend_tx); in async_tx_channel_switch()
87 if (txd_parent(depend_tx) && depend_tx->chan == tx->chan) { in async_tx_channel_switch()
88 txd_chain(depend_tx, tx); in async_tx_channel_switch()
91 txd_unlock(depend_tx); in async_tx_channel_switch()
[all …]
Dasync_xor.c83 async_tx_quiesce(&submit->depend_tx); in do_async_xor()
97 submit->depend_tx = tx; in do_async_xor()
227 async_tx_quiesce(&submit->depend_tx); in async_xor()
306 async_tx_quiesce(&submit->depend_tx); in async_xor_val()
Dasync_pq.c101 async_tx_quiesce(&submit->depend_tx); in do_async_gen_syndrome()
107 submit->depend_tx = tx; in do_async_gen_syndrome()
255 async_tx_quiesce(&submit->depend_tx); in async_gen_syndrome()
366 async_tx_quiesce(&submit->depend_tx); in async_syndrome_val()
390 async_tx_quiesce(&submit->depend_tx); in async_syndrome_val()
Dasync_raid6_recov.c80 async_tx_quiesce(&submit->depend_tx); in async_sum_product()
148 async_tx_quiesce(&submit->depend_tx); in async_mult()
370 async_tx_quiesce(&submit->depend_tx); in async_raid6_2data_recov()
446 async_tx_quiesce(&submit->depend_tx); in async_raid6_datap_recov()
Dasync_memcpy.c89 async_tx_quiesce(&submit->depend_tx); in async_memcpy()
/linux-4.19.296/include/linux/
Dasync_tx.h84 struct dma_async_tx_descriptor *depend_tx; member
165 args->depend_tx = tx; in init_async_submit()