Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic/
Dhinic_debugfs.c222 root = debugfs_create_dir(sub_dir, dev->sq_dbgfs); in hinic_sq_debug_add()
273 nic_dev->sq_dbgfs = debugfs_create_dir("SQs", nic_dev->dbgfs_root); in hinic_sq_dbgfs_init()
278 debugfs_remove_recursive(nic_dev->sq_dbgfs); in hinic_sq_dbgfs_uninit()
Dhinic_dev.h113 struct dentry *sq_dbgfs; member