Lines Matching refs:dstsg
648 int srcsg = minsg, dstsg = minsg;
661 space > (sgl_ent_len[srcsg + 1] + dsgl_ent_len[dstsg])) {
667 while (dst && ((dstsg + 1) <= MAX_DSGL_ENT) &&
668 space > (sgl_ent_len[srcsg] + dsgl_ent_len[dstsg + 1])) {
679 dstsg++;
827 nents = sg_nents_xlen(reqctx->dstsg, wrparam->bytes, CHCR_DST_SG_SIZE,
1188 bytes = chcr_sg_ent_in_wr(reqctx->srcsg, reqctx->dstsg, 0,
1347 reqctx->dstsg = req->dst;
2768 dsgl_walk_add_sg(&dsgl_walk, reqctx->dstsg, wrparam->bytes,
2770 reqctx->dstsg = dsgl_walk.last_sg;