Searched refs:sq_ctx (Results 1 – 2 of 2) sorted by relevance
361 if (pfvf->sq_ctx) in nix_ctx_free()362 qmem_free(rvu->dev, pfvf->sq_ctx); in nix_ctx_free()376 pfvf->sq_ctx = NULL; in nix_ctx_free()491 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize) in rvu_nix_aq_enq_inst()674 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()689 q_cnt = pfvf->sq_ctx->qsize; in nix_lf_hwctx_disable()818 err = qmem_alloc(rvu->dev, &pfvf->sq_ctx, req->sq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()827 (u64)pfvf->sq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()2886 if (pfvf->sq_ctx) { in rvu_nix_lf_teardown()
128 struct qmem *sq_ctx; member