Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c458 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()
Dhnae3.h736 struct dentry *hnae3_dbgfs; member