Lines Matching refs:srcsg
618 int srcsg = minsg;
625 while (src && space > (sgl_ent_len[srcsg + 1])) {
630 srcsg++;
648 int srcsg = minsg, dstsg = minsg;
661 space > (sgl_ent_len[srcsg + 1] + dsgl_ent_len[dstsg])) {
665 srcsg++;
668 space > (sgl_ent_len[srcsg] + dsgl_ent_len[dstsg + 1])) {
832 nents = sg_nents_xlen(reqctx->srcsg, wrparam->bytes,
1188 bytes = chcr_sg_ent_in_wr(reqctx->srcsg, reqctx->dstsg, 0,
1346 reqctx->srcsg = req->src;
1589 nents = sg_nents_xlen(req_ctx->hctx_wr.srcsg, param->sg_len,
1724 req_ctx->hctx_wr.srcsg = req->src;
1805 req_ctx->hctx_wr.srcsg = req->src;
1903 req_ctx->hctx_wr.srcsg = req->src;
1997 req_ctx->hctx_wr.srcsg = req->src;
2050 params.sg_len = chcr_hash_ent_in_wr(hctx_wr->srcsg, 0,
2746 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes,
2748 reqctx->srcsg = ulp_walk.last_sg;
2790 sg_pcopy_to_buffer(reqctx->hctx_wr.srcsg,
2791 sg_nents(reqctx->hctx_wr.srcsg), buf,
2798 ulptx_walk_add_sg(&ulp_walk, reqctx->hctx_wr.srcsg,
2800 reqctx->hctx_wr.srcsg = ulp_walk.last_sg;