Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 7 of 7) sorted by relevance

/crypto/async_tx/
A Dasync_tx.c121 tx->tx_submit(tx); in async_tx_channel_switch()
196 tx->tx_submit(tx); in async_tx_submit()
200 txd_clear_parent(tx); in async_tx_submit()
201 tx->tx_submit(tx); in async_tx_submit()
205 async_tx_ack(tx); in async_tx_submit()
240 tx = NULL; in async_trigger_callback()
242 if (tx) { in async_trigger_callback()
255 return tx; in async_trigger_callback()
265 if (*tx) { in async_tx_quiesce()
273 async_tx_ack(*tx); in async_tx_quiesce()
[all …]
A Dasync_raid6_recov.c36 struct dma_async_tx_descriptor *tx; in async_sum_product() local
56 if (tx) { in async_sum_product()
57 dma_set_unmap(tx, unmap); in async_sum_product()
60 return tx; in async_sum_product()
125 if (tx) { in async_mult()
126 dma_set_unmap(tx, unmap); in async_mult()
129 return tx; in async_mult()
198 return tx; in __2data_recov_4()
290 return tx; in __2data_recov_5()
379 return tx; in __2data_recov_n()
[all …]
A Dasync_xor.c69 if (unlikely(!tx)) in do_async_xor()
73 while (unlikely(!tx)) { in do_async_xor()
82 dma_set_unmap(tx, unmap); in do_async_xor()
84 submit->depend_tx = tx; in do_async_xor()
96 return tx; in do_async_xor()
222 return tx; in async_xor_offs()
353 if (unlikely(!tx)) { in async_xor_val_offs()
356 while (!tx) { in async_xor_val_offs()
363 dma_set_unmap(tx, unmap); in async_xor_val_offs()
379 async_tx_quiesce(&tx); in async_xor_val_offs()
[all …]
A Dasync_pq.c83 if (likely(tx)) in do_async_gen_syndrome()
89 dma_set_unmap(tx, unmap); in do_async_gen_syndrome()
91 submit->depend_tx = tx; in do_async_gen_syndrome()
100 return tx; in do_async_gen_syndrome()
246 return tx; in async_gen_syndrome()
365 if (likely(tx)) in async_syndrome_val()
398 tx = NULL; in async_syndrome_val()
405 async_tx_quiesce(&tx); in async_syndrome_val()
418 async_tx_quiesce(&tx); in async_syndrome_val()
434 tx = NULL; in async_syndrome_val()
[all …]
A Draid6test.c62 struct dma_async_tx_descriptor *tx = NULL; in raid6_dual_recov() local
72 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov()
93 tx = async_xor(dest, blocks, 0, count, bytes, &submit); in raid6_dual_recov()
95 init_async_submit(&submit, 0, tx, NULL, NULL, addr_conv); in raid6_dual_recov()
96 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov()
103 tx = async_raid6_datap_recov(disks, bytes, in raid6_dual_recov()
108 tx = async_raid6_2data_recov(disks, bytes, in raid6_dual_recov()
114 tx = async_syndrome_val(ptrs, offs, in raid6_dual_recov()
116 async_tx_issue_pending(tx); in raid6_dual_recov()
154 struct dma_async_tx_descriptor *tx; in test() local
[all …]
A Dasync_memcpy.c39 struct dma_async_tx_descriptor *tx = NULL; in async_memcpy() local
61 tx = device->device_prep_dma_memcpy(chan, unmap->addr[1], in async_memcpy()
66 if (tx) { in async_memcpy()
69 dma_set_unmap(tx, unmap); in async_memcpy()
70 async_tx_submit(chan, tx, submit); in async_memcpy()
91 return tx; in async_memcpy()
/crypto/
A Decc.c1454 u64 tx[ECC_MAX_DIGITS]; in ecc_point_mult_shamir() local
1458 vli_set(tx, point->x, ndigits); in ecc_point_mult_shamir()
1460 apply_z(tx, ty, z, curve); in ecc_point_mult_shamir()
1461 vli_mod_sub(tz, rx, tx, curve->p, ndigits); in ecc_point_mult_shamir()
1462 xycz_add(tx, ty, rx, ry, curve); in ecc_point_mult_shamir()

Completed in 16 milliseconds