Lines Matching refs:off_srcs
1571 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_compute5() local
1589 off_srcs[count] = sh->dev[i].offset; in ops_run_compute5()
1599 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
1602 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_compute5()
1868 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_prexor5() local
1873 unsigned int off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_prexor5()
1888 off_srcs[count] = dev->offset; in ops_run_prexor5()
1891 off_srcs[count] = dev->offset; in ops_run_prexor5()
1898 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_prexor5()
2051 unsigned int *off_srcs; in ops_run_reconstruct5() local
2080 off_srcs = to_addr_offs(sh, percpu); in ops_run_reconstruct5()
2086 off_dest = off_srcs[count] = sh->dev[pd_idx].offset; in ops_run_reconstruct5()
2092 off_srcs[count] = dev->offset; in ops_run_reconstruct5()
2102 off_srcs[count] = dev->offset; in ops_run_reconstruct5()
2130 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
2133 tx = async_xor_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_reconstruct5()
2226 unsigned int *off_srcs = to_addr_offs(sh, percpu); in ops_run_check_p() local
2239 off_srcs[count] = off_dest; in ops_run_check_p()
2244 off_srcs[count] = sh->dev[i].offset; in ops_run_check_p()
2250 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()