Searched refs:hnae3_dbgfs (Results 1 – 2 of 2) sorted by relevance
384 handle->hnae3_dbgfs = debugfs_create_dir(name, hns3_dbgfs_root); in hns3_dbg_init()386 debugfs_create_file("cmd", 0600, handle->hnae3_dbgfs, handle, in hns3_dbg_init()392 debugfs_remove_recursive(handle->hnae3_dbgfs); in hns3_dbg_uninit()393 handle->hnae3_dbgfs = NULL; in hns3_dbg_uninit()
647 struct dentry *hnae3_dbgfs; member