Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c255 static struct dentry *cxgb4_debugfs_root; variable
4679 if (cxgb4_debugfs_root) { in init_one()
4681 cxgb4_debugfs_root); in init_one()
4796 cxgb4_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL); in cxgb4_init_module()
4797 if (!cxgb4_debugfs_root) in cxgb4_init_module()
4802 debugfs_remove(cxgb4_debugfs_root); in cxgb4_init_module()
4823 debugfs_remove(cxgb4_debugfs_root); /* NULL ok */ in cxgb4_cleanup_module()