Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1147 npalf = rvu->rvu_dbg.npa_aura_ctx.lf; in rvu_dbg_npa_ctx_display()
1148 id = rvu->rvu_dbg.npa_aura_ctx.id; in rvu_dbg_npa_ctx_display()
1149 all = rvu->rvu_dbg.npa_aura_ctx.all; in rvu_dbg_npa_ctx_display()
1252 rvu->rvu_dbg.npa_aura_ctx.lf = npalf; in write_npa_ctx()
1253 rvu->rvu_dbg.npa_aura_ctx.id = id; in write_npa_ctx()
1254 rvu->rvu_dbg.npa_aura_ctx.all = all; in write_npa_ctx()
1351 RVU_DEBUG_SEQ_FOPS(npa_aura_ctx, npa_aura_ctx_display, npa_aura_ctx_write);
H A Drvu.h74 struct dump_ctx npa_aura_ctx; member