Lines Matching defs:chained
4583 int use_sg, i, sg_limit, chained, last_sg;
4597 * then we have a chained list; we will set up all but one entry in the
4599 * otherwise, we don't have a chained list and we'll set up at each of
4603 chained = use_sg > h->max_cmd_sg_entries;
4604 sg_limit = chained ? h->max_cmd_sg_entries - 1 : use_sg;
4611 if (chained) {
4613 * Continue with the chained list. Set curr_sg to the chained
4629 if (use_sg + chained > h->maxSG)
4630 h->maxSG = use_sg + chained;
4632 if (chained) {
7672 * then we know that chained SG blocks work. (Original smart arrays did not
7673 * support chained SG blocks and would return zero for max sg entries.)
9177 * within the command block, and does not extend to chained blocks