Searched refs:mcs_tx (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 556 rvu->rvu_dbg.mcs_tx = debugfs_create_dir("tx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init() 558 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init() 561 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init() 564 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init() 567 debugfs_create_file("sa", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init() 570 debugfs_create_file("port", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
|
D | rvu.h | 70 struct dentry *mcs_tx; member
|