Lines Matching refs:off_srcs
1578 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_compute5() local
1596 off_srcs[count] = sh->dev[i].offset; in ops_run_compute5()
1606 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1609 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1875 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_prexor5() local
1880 unsigned int off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_prexor5()
1895 off_srcs[count] = dev->offset; in ops_run_prexor5()
1898 off_srcs[count] = dev->offset; in ops_run_prexor5()
1905 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2058 unsigned int *off_srcs; in ops_run_reconstruct5() local
2087 off_srcs = to_addr_offs(sh, percpu); in ops_run_reconstruct5()
2093 off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_reconstruct5()
2099 off_srcs[count] = dev->offset; in ops_run_reconstruct5()
2109 off_srcs[count] = dev->offset; in ops_run_reconstruct5()
2137 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2140 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2233 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_check_p() local
2246 off_srcs[count] = off_dest; in ops_run_check_p()
2251 off_srcs[count] = sh->dev[i].offset; in ops_run_check_p()
2257 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()