Searched refs:c2_entry_dir (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_debugfs.c | 587 struct dentry *c2_entry_dir; in mvpp2_dbgfs_c2_entry_init() local 595 c2_entry_dir = debugfs_create_dir(c2_entry_name, parent); in mvpp2_dbgfs_c2_entry_init() 596 if (!c2_entry_dir) in mvpp2_dbgfs_c2_entry_init() 604 debugfs_create_file("hits", 0444, c2_entry_dir, entry, in mvpp2_dbgfs_c2_entry_init() 607 debugfs_create_file("default_rxq", 0444, c2_entry_dir, entry, in mvpp2_dbgfs_c2_entry_init() 610 debugfs_create_file("rss_enable", 0444, c2_entry_dir, entry, in mvpp2_dbgfs_c2_entry_init()
|