Lines Matching refs:xor_dest
1580 struct page *xor_dest = tgt->page; in ops_run_compute5() local
1605 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1608 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1880 struct page *xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_prexor5() local
1904 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2060 struct page *xor_dest; in ops_run_reconstruct5() local
2093 xor_dest = xor_srcs[count++] = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2103 xor_dest = sh->dev[pd_idx].page; in ops_run_reconstruct5()
2136 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2139 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2229 struct page *xor_dest; in ops_run_check_p() local
2243 xor_dest = sh->dev[pd_idx].page; in ops_run_check_p()
2246 xor_srcs[count++] = xor_dest; in ops_run_check_p()
2256 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()