stmmac_fs_dir    4034 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c static struct dentry *stmmac_fs_dir;
stmmac_fs_dir    4189 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 			priv->dbgfs_dir = debugfs_rename(stmmac_fs_dir,
stmmac_fs_dir    4191 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 							 stmmac_fs_dir,
stmmac_fs_dir    4210 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	priv->dbgfs_dir = debugfs_create_dir(dev->name, stmmac_fs_dir);
stmmac_fs_dir    4953 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	if (!stmmac_fs_dir)
stmmac_fs_dir    4954 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		stmmac_fs_dir = debugfs_create_dir(STMMAC_RESOURCE_NAME, NULL);
stmmac_fs_dir    4965 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	debugfs_remove_recursive(stmmac_fs_dir);