Searched refs:c2_entry_dir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A 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() 602 debugfs_create_file("hits", 0444, c2_entry_dir, entry, in mvpp2_dbgfs_c2_entry_init() 605 debugfs_create_file("default_rxq", 0444, c2_entry_dir, entry, in mvpp2_dbgfs_c2_entry_init() 608 debugfs_create_file("rss_enable", 0444, c2_entry_dir, entry, in mvpp2_dbgfs_c2_entry_init()
|
Completed in 3 milliseconds