Home
last modified time | relevance | path

Searched refs:hnae3_dbgfs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A 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()
H A Dhnae3.h736 struct dentry *hnae3_dbgfs; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c1386 handle->hnae3_dbgfs = hns3_dbg_dentry[HNS3_DBG_DENTRY_COMMON].dentry; in hns3_dbg_init()
1391 handle->hnae3_dbgfs); in hns3_dbg_init()
1421 debugfs_remove_recursive(handle->hnae3_dbgfs); in hns3_dbg_init()
1422 handle->hnae3_dbgfs = NULL; in hns3_dbg_init()
1431 debugfs_remove_recursive(handle->hnae3_dbgfs); in hns3_dbg_uninit()
1432 handle->hnae3_dbgfs = NULL; in hns3_dbg_uninit()
H A Dhnae3.h898 struct dentry *hnae3_dbgfs; member

Completed in 7 milliseconds