Home
last modified time | relevance | path

Searched refs:ulp_walk (Results 1 – 1 of 1) sorted by relevance

/drivers/crypto/chelsio/
Dchcr_algo.c2686 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local
2699 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_aead_src_ent()
2701 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len, in chcr_add_aead_src_ent()
2703 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen + in chcr_add_aead_src_ent()
2705 ulptx_walk_end(&ulp_walk); in chcr_add_aead_src_ent()
2735 struct ulptx_walk ulp_walk; in chcr_add_cipher_src_ent() local
2745 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent()
2746 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes, in chcr_add_cipher_src_ent()
2748 reqctx->srcsg = ulp_walk.last_sg; in chcr_add_cipher_src_ent()
2749 reqctx->src_ofst = ulp_walk.last_sg_len; in chcr_add_cipher_src_ent()
[all …]