Searched refs:ulp_walk (Results 1 – 1 of 1) sorted by relevance
2537 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local2550 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_aead_src_ent()2552 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len, in chcr_add_aead_src_ent()2554 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen + in chcr_add_aead_src_ent()2556 ulptx_walk_end(&ulp_walk); in chcr_add_aead_src_ent()2583 struct ulptx_walk ulp_walk; in chcr_add_cipher_src_ent() local2593 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent()2594 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes, in chcr_add_cipher_src_ent()2596 reqctx->srcsg = ulp_walk.last_sg; in chcr_add_cipher_src_ent()2597 reqctx->src_ofst = ulp_walk.last_sg_len; in chcr_add_cipher_src_ent()[all …]