Lines Matching refs:dst_divs
285 * @dst_divs: description of how to arrange the dst scatterlist, if applicable
302 struct test_sg_division dst_divs[XBUFSIZE];
363 .dst_divs = {
519 if (cfg->dst_divs[0].proportion_of_total) {
520 if (!valid_sg_divisions(cfg->dst_divs,
521 ARRAY_SIZE(cfg->dst_divs), &flags))
524 if (memchr_inv(cfg->dst_divs, 0, sizeof(cfg->dst_divs)))
526 /* defaults to dst_divs=src_divs */
813 cfg->dst_divs[0].proportion_of_total ?
814 cfg->dst_divs : cfg->src_divs,
1137 p += scnprintf(p, end - p, " dst_divs=[");
1138 p = generate_random_sgl_divisions(rng, cfg->dst_divs,
1139 ARRAY_SIZE(cfg->dst_divs),