Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c2097 struct nix_cn10k_rq_ctx_s *rq_ctx) in print_nix_cn10k_rq_ctx() argument
2100 rq_ctx->ena, rq_ctx->sso_ena); in print_nix_cn10k_rq_ctx()
2102 rq_ctx->ipsech_ena, rq_ctx->ena_wqwd); in print_nix_cn10k_rq_ctx()
2104 rq_ctx->cq, rq_ctx->lenerr_dis); in print_nix_cn10k_rq_ctx()
2106 rq_ctx->csum_il4_dis, rq_ctx->csum_ol4_dis); in print_nix_cn10k_rq_ctx()
2108 rq_ctx->len_il4_dis, rq_ctx->len_il3_dis); in print_nix_cn10k_rq_ctx()
2110 rq_ctx->len_ol4_dis, rq_ctx->len_ol3_dis); in print_nix_cn10k_rq_ctx()
2111 seq_printf(m, "W0: wqe_aura \t\t\t%d\n\n", rq_ctx->wqe_aura); in print_nix_cn10k_rq_ctx()
2114 rq_ctx->spb_aura, rq_ctx->lpb_aura); in print_nix_cn10k_rq_ctx()
2115 seq_printf(m, "W1: spb_aura \t\t\t%d\n", rq_ctx->spb_aura); in print_nix_cn10k_rq_ctx()
[all …]
H A Drvu_nix.c906 if (pfvf->rq_ctx) in nix_ctx_free()
907 qmem_free(rvu->dev, pfvf->rq_ctx); in nix_ctx_free()
922 pfvf->rq_ctx = NULL; in nix_ctx_free()
1077 if (!pfvf->rq_ctx || req->qidx >= pfvf->rq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()
1390 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()
1413 q_cnt = pfvf->rq_ctx->qsize; in nix_lf_hwctx_disable()
1569 err = qmem_alloc(rvu->dev, &pfvf->rq_ctx, req->rq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()
1578 (u64)pfvf->rq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()
5345 if (pfvf->rq_ctx) { in rvu_nix_lf_teardown()
H A Drvu.h267 struct qmem *rq_ctx; member
/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c142 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_cipher() local
176 hwreq->op = rq_ctx->op; in zynqmp_aes_aead_cipher()
246 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_cipher() local
294 if (rq_ctx->op == XILINX_AES_ENCRYPT) { in versal_aes_aead_cipher()
331 if (rq_ctx->op == XILINX_AES_ENCRYPT) { in versal_aes_aead_cipher()
380 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_fallback_check() local
382 if (tfm_ctx->authsize != XILINX_AES_AUTH_SIZE && rq_ctx->op == XILINX_AES_DECRYPT) in zynqmp_fallback_check()
395 if (rq_ctx->op == XILINX_AES_DECRYPT && in zynqmp_fallback_check()
405 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_fallback_check() local
407 if (tfm_ctx->authsize != XILINX_AES_AUTH_SIZE && rq_ctx->op == XILINX_AES_DECRYPT) in versal_fallback_check()
[all …]