Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c575 npalf = rvu->rvu_dbg.npa_aura_ctx.lf; in rvu_dbg_npa_ctx_display()
576 id = rvu->rvu_dbg.npa_aura_ctx.id; in rvu_dbg_npa_ctx_display()
577 all = rvu->rvu_dbg.npa_aura_ctx.all; in rvu_dbg_npa_ctx_display()
675 rvu->rvu_dbg.npa_aura_ctx.lf = npalf; in write_npa_ctx()
676 rvu->rvu_dbg.npa_aura_ctx.id = id; in write_npa_ctx()
677 rvu->rvu_dbg.npa_aura_ctx.all = all; in write_npa_ctx()
774 RVU_DEBUG_SEQ_FOPS(npa_aura_ctx, npa_aura_ctx_display, npa_aura_ctx_write);
Drvu.h54 struct dump_ctx npa_aura_ctx; member