Searched refs:rvu_dbg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 390 qsize_id = rvu->rvu_dbg.npa_qsize_id; in rvu_dbg_qsize_display() 395 qsize_id = rvu->rvu_dbg.nix_qsize_id; in rvu_dbg_qsize_display() 451 rvu->rvu_dbg.npa_qsize_id = lf; in rvu_dbg_qsize_write() 453 rvu->rvu_dbg.nix_qsize_id = lf; in rvu_dbg_qsize_write() 575 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() 581 npalf = rvu->rvu_dbg.npa_pool_ctx.lf; in rvu_dbg_npa_ctx_display() 582 id = rvu->rvu_dbg.npa_pool_ctx.id; in rvu_dbg_npa_ctx_display() 583 all = rvu->rvu_dbg in rvu_dbg_npa_ctx_display() [all...] |
H A D | rvu.h | 366 struct rvu_debugfs rvu_dbg; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 528 rvu->rvu_dbg.mcs_root = debugfs_create_dir("mcs", rvu->rvu_dbg.root); in rvu_dbg_mcs_init() 534 rvu->rvu_dbg.mcs = debugfs_create_dir(dname, in rvu_dbg_mcs_init() 535 rvu->rvu_dbg.mcs_root); in rvu_dbg_mcs_init() 537 rvu->rvu_dbg.mcs_rx = debugfs_create_dir("rx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init() 539 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 542 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 545 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 548 debugfs_create_file("sa", 0600, rvu->rvu_dbg in rvu_dbg_mcs_init() [all...] |
H A D | rvu.h | 540 struct rvu_debugfs rvu_dbg; member
|
Completed in 8 milliseconds