Searched refs:hctx_wr (Results 1 – 2 of 2) sorted by relevance
1649 req_ctx->hctx_wr.skb = skb; in create_hash_wr()2020 struct chcr_hctx_per_wr *hctx_wr = &reqctx->hctx_wr; in chcr_ahash_continue() local2046 hctx_wr->src_ofst); in chcr_ahash_continue()2049 if (!hctx_wr->result || in chcr_ahash_continue()2087 struct chcr_hctx_per_wr *hctx_wr = &reqctx->hctx_wr; in chcr_handle_ahash_resp() local2102 if (hctx_wr->dma_addr) { in chcr_handle_ahash_resp()2105 hctx_wr->dma_addr = 0; in chcr_handle_ahash_resp()2107 if (hctx_wr->isfinal || ((hctx_wr->processed + reqctx->reqlen) == in chcr_handle_ahash_resp()2110 hctx_wr->result = 0; in chcr_handle_ahash_resp()2129 if (hctx_wr->is_sg_map) in chcr_handle_ahash_resp()[all …]
284 struct chcr_hctx_per_wr hctx_wr; member
Completed in 18 milliseconds