Searched refs:depend_tx (Results 1 – 8 of 8) sorted by relevance
59 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in __async_tx_find_channel() local62 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() argument81 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 …]
83 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()
101 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()
80 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()
89 async_tx_quiesce(&submit->depend_tx); in async_memcpy()
84 struct dma_async_tx_descriptor *depend_tx; member165 args->depend_tx = tx; in init_async_submit()
150 submit->depend_tx = tx;
1286 submit.depend_tx = tx; in async_copy_data()