Lines Matching defs:ulp_walk
2681 struct ulptx_walk ulp_walk;
2694 ulptx_walk_init(&ulp_walk, ulptx);
2696 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len,
2698 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen +
2700 ulptx_walk_end(&ulp_walk);
2730 struct ulptx_walk ulp_walk;
2740 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf);
2741 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes,
2743 reqctx->srcsg = ulp_walk.last_sg;
2744 reqctx->src_ofst = ulp_walk.last_sg_len;
2745 ulptx_walk_end(&ulp_walk);
2774 struct ulptx_walk ulp_walk;
2789 ulptx_walk_init(&ulp_walk, ulptx);
2791 ulptx_walk_add_page(&ulp_walk, param->bfr_len,
2793 ulptx_walk_add_sg(&ulp_walk, reqctx->hctx_wr.srcsg,
2795 reqctx->hctx_wr.srcsg = ulp_walk.last_sg;
2796 reqctx->hctx_wr.src_ofst = ulp_walk.last_sg_len;
2797 ulptx_walk_end(&ulp_walk);