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

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c6305 static struct dentry *stmmac_fs_dir; variable in typeref:struct:dentry
6565 priv->dbgfs_dir = debugfs_rename(stmmac_fs_dir,
6567 stmmac_fs_dir,
6586 priv->dbgfs_dir = debugfs_create_dir(dev->name, stmmac_fs_dir);
8085 if (!stmmac_fs_dir)
8086 stmmac_fs_dir = debugfs_create_dir(STMMAC_RESOURCE_NAME, NULL);
8097 debugfs_remove_recursive(stmmac_fs_dir);

Completed in 168 milliseconds