Searched refs:func_tbl_dbgfs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 261 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 D | hinic_dev.h | 115 struct dentry *func_tbl_dbgfs; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 261 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 D | hinic_dev.h | 119 struct dentry *func_tbl_dbgfs; member
|
Completed in 3 milliseconds