Searched refs:dp_off (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/crypto/async_tx/ |
D | async_raid6_recov.c | 209 unsigned int p_off, q_off, g_off, dp_off, dq_off; in __2data_recov_5() local 243 dp_off = offs[faila]; in __2data_recov_5() 248 tx = async_memcpy(dp, g, dp_off, g_off, bytes, submit); in __2data_recov_5() 255 src_offs[0] = dp_off; in __2data_recov_5() 260 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5() 273 src_offs[0] = dp_off; in __2data_recov_5() 283 src_offs[0] = dp_off; in __2data_recov_5() 288 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5() 300 unsigned int p_off, q_off, dp_off, dq_off; in __2data_recov_n() local 319 dp_off = offs[faila]; in __2data_recov_n() [all …]
|