Home
last modified time | relevance | path

Searched refs:aura_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npa.c69 if (!pfvf->aura_ctx || req->aura_id >= pfvf->aura_ctx->qsize) in rvu_npa_aq_enq_inst()
207 if (!pfvf->pool_ctx || !pfvf->aura_ctx) in npa_lf_hwctx_disable()
221 cnt = pfvf->aura_ctx->qsize; in npa_lf_hwctx_disable()
263 qmem_free(rvu->dev, pfvf->aura_ctx); in npa_ctx_free()
264 pfvf->aura_ctx = NULL; in npa_ctx_free()
313 err = qmem_alloc(rvu->dev, &pfvf->aura_ctx, in rvu_mbox_handler_npa_lf_alloc()
353 (u64)pfvf->aura_ctx->iova); in rvu_mbox_handler_npa_lf_alloc()
Dcommon.h124 struct npa_aura_s aura_ctx; member
Drvu.h120 struct qmem *aura_ctx; member