Home
last modified time | relevance | path

Searched refs:async_xor_offs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/crypto/async_tx/
H A Dasync_raid6_recov.c196 tx = async_xor_offs(a, a_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_4()
260 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5()
269 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5()
288 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5()
349 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_n()
358 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_n()
377 tx = async_xor_offs(dp, dp_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_n()
575 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in async_raid6_datap_recov()
586 tx = async_xor_offs(p, p_off, srcs, src_offs, 2, bytes, submit); in async_raid6_datap_recov()
H A Dasync_xor.c182 async_xor_offs(struct page *dest, unsigned int offset, in async_xor_offs() function
249 EXPORT_SYMBOL_GPL(async_xor_offs);
276 return async_xor_offs(dest, offset, src_list, NULL, in async_xor()
376 tx = async_xor_offs(dest, offset, src_list, src_offs, in async_xor_val_offs()
H A Dasync_pq.c403 tx = async_xor_offs(spare, s_off, in async_syndrome_val()
/openbmc/linux/include/linux/
H A Dasync_tx.h166 async_xor_offs(struct page *dest, unsigned int offset,
/openbmc/linux/drivers/md/
H A Draid5.c1608 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1726 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1()
1821 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
1904 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2139 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()