mlx5_debugfs_get_dev_root
dbg_cc_params->root = debugfs_create_dir("cc_params", mlx5_debugfs_get_dev_root(mdev));
root = debugfs_create_dir("delay_drop", mlx5_debugfs_get_dev_root(dev->mdev));
struct dentry *dbg_root = mlx5_debugfs_get_dev_root(dev->mdev);
dbg->dbg_root = debugfs_create_dir("cmd", mlx5_debugfs_get_dev_root(dev));
EXPORT_SYMBOL(mlx5_debugfs_get_dev_root);
ct_dbgfs->root = debugfs_create_dir("ct", mlx5_debugfs_get_dev_root(ct_priv->dev));
mlx5_debugfs_get_dev_root(mdev));
mlx5_debugfs_get_dev_root(mdev));
esw->debugfs_root = debugfs_create_dir("esw", mlx5_debugfs_get_dev_root(dev));
dbg = debugfs_create_dir("lag", mlx5_debugfs_get_dev_root(dev));
sd->dfs = debugfs_create_dir("multi-pf", mlx5_debugfs_get_dev_root(primary));
debugfs_create_dir("steering", mlx5_debugfs_get_dev_root(dev));
debugfs_create_dir("steering", mlx5_debugfs_get_dev_root(dev));
mlx5_debugfs_get_dev_root(mdev));
struct dentry *mlx5_debugfs_get_dev_root(struct mlx5_core_dev *dev);