Searched refs:ulp_walk (Results 1 – 1 of 1) sorted by relevance
2595 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local2608 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_aead_src_ent()2610 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len, in chcr_add_aead_src_ent()2612 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen + in chcr_add_aead_src_ent()2614 ulptx_walk_end(&ulp_walk); in chcr_add_aead_src_ent()2644 struct ulptx_walk ulp_walk; in chcr_add_cipher_src_ent() local2654 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent()2655 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes, in chcr_add_cipher_src_ent()2657 reqctx->srcsg = ulp_walk.last_sg; in chcr_add_cipher_src_ent()2658 reqctx->src_ofst = ulp_walk.last_sg_len; in chcr_add_cipher_src_ent()[all …]