Searched refs:sq_ctx (Results 1 – 2 of 2) sorted by relevance
907 if (pfvf->sq_ctx) in nix_ctx_free()908 qmem_free(rvu->dev, pfvf->sq_ctx); in nix_ctx_free()922 pfvf->sq_ctx = NULL; in nix_ctx_free()1074 if (!pfvf->sq_ctx || req->qidx >= pfvf->sq_ctx->qsize) in rvu_nix_blk_aq_enq_inst()1383 if (!pfvf->cq_ctx || !pfvf->sq_ctx || !pfvf->rq_ctx) in nix_lf_hwctx_disable()1400 q_cnt = pfvf->sq_ctx->qsize; in nix_lf_hwctx_disable()1579 err = qmem_alloc(rvu->dev, &pfvf->sq_ctx, req->sq_cnt, hwctx_size); in rvu_mbox_handler_nix_lf_alloc()1588 (u64)pfvf->sq_ctx->iova); in rvu_mbox_handler_nix_lf_alloc()5322 if (pfvf->sq_ctx) { in rvu_nix_lf_teardown()
238 struct qmem *sq_ctx; member