Searched refs:ulp_walk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2686 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 in chcr_add_cipher_src_ent() 2779 struct ulptx_walk ulp_walk; chcr_add_hash_src_ent() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2681 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local 2694 ulptx_walk_init(&ulp_walk, ulptx); in chcr_add_aead_src_ent() 2696 ulptx_walk_add_page(&ulp_walk, reqctx->b0_len, in chcr_add_aead_src_ent() 2698 ulptx_walk_add_sg(&ulp_walk, req->src, req->cryptlen + in chcr_add_aead_src_ent() 2700 ulptx_walk_end(&ulp_walk); in chcr_add_aead_src_ent() 2730 struct ulptx_walk ulp_walk; in chcr_add_cipher_src_ent() local 2740 ulptx_walk_init(&ulp_walk, (struct ulptx_sgl *)buf); in chcr_add_cipher_src_ent() 2741 ulptx_walk_add_sg(&ulp_walk, reqctx->srcsg, wrparam->bytes, in chcr_add_cipher_src_ent() 2743 reqctx->srcsg = ulp_walk.last_sg; in chcr_add_cipher_src_ent() 2744 reqctx->src_ofst = ulp_walk in chcr_add_cipher_src_ent() 2774 struct ulptx_walk ulp_walk; chcr_add_hash_src_ent() local [all...] |
Completed in 9 milliseconds