Lines Matching refs:off_dest
1503 unsigned int off_dest = tgt->offset; in ops_run_compute5() local
1527 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1530 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1801 unsigned int off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_prexor5() local
1826 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
1983 unsigned int off_dest; in ops_run_reconstruct5() local
2014 off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_reconstruct5()
2026 off_dest = sh->dev[pd_idx].offset; in ops_run_reconstruct5()
2058 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2061 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2152 unsigned int off_dest; in ops_run_check_p() local
2166 off_dest = sh->dev[pd_idx].offset; in ops_run_check_p()
2167 off_srcs[count] = off_dest; in ops_run_check_p()
2178 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()