Home
last modified time | relevance | path

Searched refs:hns3_dbgfs_root (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c13 static struct dentry *hns3_dbgfs_root; variable
458 handle->hnae3_dbgfs = debugfs_create_dir(name, hns3_dbgfs_root); in hns3_dbg_init()
472 hns3_dbgfs_root = debugfs_create_dir(debugfs_dir_name, NULL); in hns3_dbg_register_debugfs()
477 debugfs_remove_recursive(hns3_dbgfs_root); in hns3_dbg_unregister_debugfs()
478 hns3_dbgfs_root = NULL; in hns3_dbg_unregister_debugfs()