Searched refs:rvu_dbg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_debugfs.c | 503 rvu->rvu_dbg.mcs_root = debugfs_create_dir("mcs", rvu->rvu_dbg.root); in rvu_dbg_mcs_init() 509 rvu->rvu_dbg.mcs = debugfs_create_dir(dname, in rvu_dbg_mcs_init() 510 rvu->rvu_dbg.mcs_root); in rvu_dbg_mcs_init() 512 rvu->rvu_dbg.mcs_rx = debugfs_create_dir("rx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init() 514 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 517 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 520 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 523 debugfs_create_file("sa", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 526 debugfs_create_file("port", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init() 529 rvu->rvu_dbg.mcs_tx = debugfs_create_dir("tx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init() [all …]
|
| H A D | rvu.h | 643 struct rvu_debugfs rvu_dbg; member
|