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.c1221 npalf = rvu->rvu_dbg.npa_aura_ctx.lf; in rvu_dbg_npa_ctx_display()
1222 id = rvu->rvu_dbg.npa_aura_ctx.id; in rvu_dbg_npa_ctx_display()
1223 all = rvu->rvu_dbg.npa_aura_ctx.all; in rvu_dbg_npa_ctx_display()
1326 rvu->rvu_dbg.npa_aura_ctx.lf = npalf; in write_npa_ctx()
1327 rvu->rvu_dbg.npa_aura_ctx.id = id; in write_npa_ctx()
1328 rvu->rvu_dbg.npa_aura_ctx.all = all; in write_npa_ctx()
1425 RVU_DEBUG_SEQ_FOPS(npa_aura_ctx, npa_aura_ctx_display, npa_aura_ctx_write);
H A Drvu.h104 struct dump_ctx npa_aura_ctx; member