Searched refs:hnae3_dbgfs (Results 1 – 2 of 2) sorted by relevance
458 handle->hnae3_dbgfs = debugfs_create_dir(name, hns3_dbgfs_root); in hns3_dbg_init()460 debugfs_create_file("cmd", 0600, handle->hnae3_dbgfs, handle, in hns3_dbg_init()466 debugfs_remove_recursive(handle->hnae3_dbgfs); in hns3_dbg_uninit()467 handle->hnae3_dbgfs = NULL; in hns3_dbg_uninit()
736 struct dentry *hnae3_dbgfs; member