Searched refs:hctx_wr (Results 1 – 2 of 2) sorted by relevance
1649 req_ctx->hctx_wr.skb = skb; in create_hash_wr()2027 struct chcr_hctx_per_wr *hctx_wr = &reqctx->hctx_wr; in chcr_ahash_continue() local2053 hctx_wr->src_ofst); in chcr_ahash_continue()2056 if (!hctx_wr->result || in chcr_ahash_continue()2094 struct chcr_hctx_per_wr *hctx_wr = &reqctx->hctx_wr; in chcr_handle_ahash_resp() local2109 if (hctx_wr->dma_addr) { in chcr_handle_ahash_resp()2112 hctx_wr->dma_addr = 0; in chcr_handle_ahash_resp()2114 if (hctx_wr->isfinal || ((hctx_wr->processed + reqctx->reqlen) == in chcr_handle_ahash_resp()2117 hctx_wr->result = 0; in chcr_handle_ahash_resp()2136 if (hctx_wr->is_sg_map) in chcr_handle_ahash_resp()[all …]
284 struct chcr_hctx_per_wr hctx_wr; member