Searched refs:ulp_walk (Results 1 – 1 of 1) sorted by relevance
2680 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local2693 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_aead_src_ent()2695 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len, in chcr_add_aead_src_ent()2697 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen + in chcr_add_aead_src_ent()2699 ulptx_walk_end(&ulp_walk); in chcr_add_aead_src_ent()2729 struct ulptx_walk ulp_walk; in chcr_add_cipher_src_ent() local2739 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent()2740 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes, in chcr_add_cipher_src_ent()2742 reqctx->srcsg = ulp_walk.last_sg; in chcr_add_cipher_src_ent()2743 reqctx->src_ofst = ulp_walk.last_sg_len; in chcr_add_cipher_src_ent()[all …]