Searched refs:hctx_wr (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c131 memset(&reqctx->hctx_wr, 0, sizeof(struct chcr_hctx_per_wr));
1581 req_ctx->hctx_wr.imm = (transhdr_len + param->bfr_len +
1583 nents = sg_nents_xlen(req_ctx->hctx_wr.srcsg, param->sg_len,
1584 CHCR_SRC_SG_SIZE, req_ctx->hctx_wr.src_ofst);
1586 transhdr_len += req_ctx->hctx_wr.imm ? roundup(param->bfr_len +
1629 req_ctx->hctx_wr.dma_addr =
1633 req_ctx->hctx_wr. dma_addr)) {
1637 req_ctx->hctx_wr.dma_len = param->bfr_len;
1639 req_ctx->hctx_wr.dma_addr = 0;
1643 temp = param->kctx_len + DUMMY_BYTES + (req_ctx->hctx_wr
2027 struct chcr_hctx_per_wr *hctx_wr = &reqctx->hctx_wr; local
2094 struct chcr_hctx_per_wr *hctx_wr = &reqctx->hctx_wr; local
[all...]
H A Dchcr_crypto.h284 struct chcr_hctx_per_wr hctx_wr; member in struct:chcr_ahash_req_ctx

Completed in 146 milliseconds