Searched refs:cxgb4_debugfs_root (Results 1 - 1 of 1) sorted by last modified time

/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c459 static struct dentry *cxgb4_debugfs_root; variable in typeref:struct:dentry
6765 if (cxgb4_debugfs_root) {
6767 cxgb4_debugfs_root);
6877 cxgb4_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL);
6878 if (!cxgb4_debugfs_root)
6883 debugfs_remove(cxgb4_debugfs_root);
6898 debugfs_remove(cxgb4_debugfs_root); /* NULL ok */

Completed in 43 milliseconds