Searched refs:rq_ctx (Results 1 – 2 of 2) sorted by relevance
359 if (pfvf->rq_ctx) in nix_ctx_free()360 qmem_free(rvu->dev, pfvf->rq_ctx); in nix_ctx_free()375 pfvf->rq_ctx = NULL; in nix_ctx_free()487 if (!pfvf->rq_ctx || req->qidx >= pfvf->rq_ctx->qsize) in rvu_nix_aq_enq_inst()674 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()695 q_cnt = pfvf->rq_ctx->qsize; in nix_lf_hwctx_disable()801 err = qmem_alloc(rvu->dev, &pfvf->rq_ctx, req->rq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()810 (u64)pfvf->rq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()2893 if (pfvf->rq_ctx) { in rvu_nix_lf_teardown()
127 struct qmem *rq_ctx; member