Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c363 if (pfvf->cq_ctx) in nix_ctx_free()
364 qmem_free(rvu->dev, pfvf->cq_ctx); in nix_ctx_free()
377 pfvf->cq_ctx = NULL; in nix_ctx_free()
495 if (!pfvf->cq_ctx || req->qidx >= pfvf->cq_ctx->qsize) in rvu_nix_aq_enq_inst()
674 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()
683 q_cnt = pfvf->cq_ctx->qsize; in nix_lf_hwctx_disable()
833 err = qmem_alloc(rvu->dev, &pfvf->cq_ctx, req->cq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()
842 (u64)pfvf->cq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()
2900 if (pfvf->cq_ctx) { in rvu_nix_lf_teardown()
Drvu.h129 struct qmem *cq_ctx; member