Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.c261 return create_dbg_files(dev, HINIC_DBG_FUNC_TABLE, dev, dev->func_tbl_dbgfs, &dev->dbg, in hinic_func_table_debug_add()
294 nic_dev->func_tbl_dbgfs = debugfs_create_dir("func_table", nic_dev->dbgfs_root); in hinic_func_tbl_dbgfs_init()
300 debugfs_remove_recursive(nic_dev->func_tbl_dbgfs); in hinic_func_tbl_dbgfs_uninit()
H A Dhinic_dev.h119 struct dentry *func_tbl_dbgfs; member