Lines Matching defs:ulp_walk
2686 struct ulptx_walk ulp_walk;
2699 ulptx_walk_init(&ulp_walk, ulptx);
2701 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len,
2703 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen +
2705 ulptx_walk_end(&ulp_walk);
2735 struct ulptx_walk ulp_walk;
2745 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf);
2746 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes,
2748 reqctx->srcsg = ulp_walk.last_sg;
2749 reqctx->src_ofst = ulp_walk.last_sg_len;
2750 ulptx_walk_end(&ulp_walk);
2779 struct ulptx_walk ulp_walk;
2794 ulptx_walk_init(&ulp_walk, ulptx);
2796 ulptx_walk_add_page(&ulp_walk, param->bfr_len,
2798 ulptx_walk_add_sg(&ulp_walk, reqctx->hctx_wr.srcsg,
2800 reqctx->hctx_wr.srcsg = ulp_walk.last_sg;
2801 reqctx->hctx_wr.src_ofst = ulp_walk.last_sg_len;
2802 ulptx_walk_end(&ulp_walk);