Lines Matching refs:dst_divs
271 * @dst_divs: description of how to arrange the dst scatterlist, if applicable
288 struct test_sg_division dst_divs[XBUFSIZE];
492 if (cfg->dst_divs[0].proportion_of_total) {
493 if (!valid_sg_divisions(cfg->dst_divs,
494 ARRAY_SIZE(cfg->dst_divs), &flags))
497 if (memchr_inv(cfg->dst_divs, 0, sizeof(cfg->dst_divs)))
499 /* defaults to dst_divs=src_divs */
765 cfg->dst_divs[0].proportion_of_total ?
766 cfg->dst_divs : cfg->src_divs,
1038 p += scnprintf(p, end - p, " dst_divs=[");
1039 p = generate_random_sgl_divisions(cfg->dst_divs,
1040 ARRAY_SIZE(cfg->dst_divs),