Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/async_tx/
Dasync_tx.c46 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in __async_tx_find_channel() local
49 if (depend_tx && in __async_tx_find_channel()
50 dma_has_cap(tx_type, depend_tx->chan->device->cap_mask)) in __async_tx_find_channel()
51 return depend_tx->chan; in __async_tx_find_channel()
65 async_tx_channel_switch(struct dma_async_tx_descriptor *depend_tx, in async_tx_channel_switch() argument
68 struct dma_chan *chan = depend_tx->chan; in async_tx_channel_switch()
73 txd_lock(depend_tx); in async_tx_channel_switch()
74 if (txd_parent(depend_tx) && depend_tx->chan == tx->chan) { in async_tx_channel_switch()
75 txd_chain(depend_tx, tx); in async_tx_channel_switch()
78 txd_unlock(depend_tx); in async_tx_channel_switch()
[all …]
Dasync_xor.c70 async_tx_quiesce(&submit->depend_tx); in do_async_xor()
84 submit->depend_tx = tx; in do_async_xor()
214 async_tx_quiesce(&submit->depend_tx); in async_xor()
293 async_tx_quiesce(&submit->depend_tx); in async_xor_val()
Dasync_pq.c85 async_tx_quiesce(&submit->depend_tx); in do_async_gen_syndrome()
91 submit->depend_tx = tx; in do_async_gen_syndrome()
239 async_tx_quiesce(&submit->depend_tx); in async_gen_syndrome()
350 async_tx_quiesce(&submit->depend_tx); in async_syndrome_val()
374 async_tx_quiesce(&submit->depend_tx); in async_syndrome_val()
Dasync_raid6_recov.c66 async_tx_quiesce(&submit->depend_tx); in async_sum_product()
134 async_tx_quiesce(&submit->depend_tx); in async_mult()
356 async_tx_quiesce(&submit->depend_tx); in async_raid6_2data_recov()
432 async_tx_quiesce(&submit->depend_tx); in async_raid6_datap_recov()
Dasync_memcpy.c76 async_tx_quiesce(&submit->depend_tx); in async_memcpy()
/Linux-v5.4/include/linux/
Dasync_tx.h71 struct dma_async_tx_descriptor *depend_tx; member
152 args->depend_tx = tx; in init_async_submit()
/Linux-v5.4/Documentation/crypto/
Dasync-tx-api.txt150 submit->depend_tx = tx;
/Linux-v5.4/drivers/md/
Draid5.c1281 submit.depend_tx = tx; in async_copy_data()