Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c6043 static struct dentry *stmmac_fs_dir; variable
6236 priv->dbgfs_dir = debugfs_rename(stmmac_fs_dir, in stmmac_device_event()
6238 stmmac_fs_dir, in stmmac_device_event()
6257 priv->dbgfs_dir = debugfs_create_dir(dev->name, stmmac_fs_dir); in stmmac_init_fs()
7617 if (!stmmac_fs_dir) in stmmac_init()
7618 stmmac_fs_dir = debugfs_create_dir(STMMAC_RESOURCE_NAME, NULL); in stmmac_init()
7629 debugfs_remove_recursive(stmmac_fs_dir); in stmmac_exit()