Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c128 static struct dentry *cxgb4vf_debugfs_root; variable
3209 if (!IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) { in cxgb4vf_pci_probe()
3212 cxgb4vf_debugfs_root); in cxgb4vf_pci_probe()
3436 cxgb4vf_debugfs_root = debugfs_create_dir(KBUILD_MODNAME, NULL); in cxgb4vf_module_init()
3437 if (IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()
3441 if (ret < 0 && !IS_ERR_OR_NULL(cxgb4vf_debugfs_root)) in cxgb4vf_module_init()
3442 debugfs_remove(cxgb4vf_debugfs_root); in cxgb4vf_module_init()
3452 debugfs_remove(cxgb4vf_debugfs_root); in cxgb4vf_module_exit()