Searched refs:ulp_walk (Results 1 – 1 of 1) sorted by relevance
2688 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local2701 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() local2750 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() local2796 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 …]