Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c1884 nixlf = rvu->rvu_dbg.nix_rq_ctx.lf; in rvu_dbg_nix_queue_ctx_display()
1885 id = rvu->rvu_dbg.nix_rq_ctx.id; in rvu_dbg_nix_queue_ctx_display()
1886 all = rvu->rvu_dbg.nix_rq_ctx.all; in rvu_dbg_nix_queue_ctx_display()
1997 rvu->rvu_dbg.nix_rq_ctx.lf = nixlf; in write_nix_queue_ctx()
1998 rvu->rvu_dbg.nix_rq_ctx.id = id; in write_nix_queue_ctx()
1999 rvu->rvu_dbg.nix_rq_ctx.all = all; in write_nix_queue_ctx()
2085 RVU_DEBUG_SEQ_FOPS(nix_rq_ctx, nix_rq_ctx_display, nix_rq_ctx_write);
Drvu.h77 struct dump_ctx nix_rq_ctx; member