Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/bfa/
Dbfad_debugfs.c436 static struct dentry *bfa_debugfs_root; variable
451 if (!bfa_debugfs_root) { in bfad_debugfs_init()
452 bfa_debugfs_root = debugfs_create_dir("bfa", NULL); in bfad_debugfs_init()
460 debugfs_create_dir(name, bfa_debugfs_root); in bfad_debugfs_init()
500 debugfs_remove(bfa_debugfs_root); in bfad_debugfs_exit()
501 bfa_debugfs_root = NULL; in bfad_debugfs_exit()