Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c2595 struct ulptx_walk ulp_walk; in chcr_add_aead_src_ent() local
2608 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() local
2654 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 …]