Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/chelsio/
H A Dchcr_algo.c2688 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local
2701 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_aead_src_ent()
2707 ulptx_walk_end(&ulp_walk); in chcr_add_aead_src_ent()
2737 struct ulptx_walk ulp_walk; in chcr_add_cipher_src_ent() local
2750 reqctx->srcsg = ulp_walk.last_sg; in chcr_add_cipher_src_ent()
2751 reqctx->src_ofst = ulp_walk.last_sg_len; in chcr_add_cipher_src_ent()
2752 ulptx_walk_end(&ulp_walk); in chcr_add_cipher_src_ent()
2781 struct ulptx_walk ulp_walk; in chcr_add_hash_src_ent() local
2796 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_hash_src_ent()
2802 reqctx->hctx_wr.srcsg = ulp_walk.last_sg; in chcr_add_hash_src_ent()
[all …]