Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
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()
5347 if (pfvf->rq_ctx) { in rvu_nix_lf_teardown()
H A Drvu.h267 struct qmem *rq_ctx; member