Searched refs:dbg_root (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 28 static struct dentry *dbg_root; variable 229 if (dbg_root) in fm10k_dbg_intfc_init() 230 interface->dbg_intfc = debugfs_create_dir(name, dbg_root); in fm10k_dbg_intfc_init() 239 if (dbg_root) in fm10k_dbg_intfc_exit() 249 dbg_root = debugfs_create_dir(fm10k_driver_name, NULL); in fm10k_dbg_init() 257 debugfs_remove_recursive(dbg_root); in fm10k_dbg_exit() 258 dbg_root = NULL; in fm10k_dbg_exit()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 110 dev->priv.qp_debugfs = debugfs_create_dir("QPs", dev->priv.dbg_root); in mlx5_qp_debugfs_init() 130 dev->priv.eq_debugfs = debugfs_create_dir("EQs", dev->priv.dbg_root); in mlx5_eq_debugfs_init() 207 *cmd = debugfs_create_dir("commands", dev->priv.dbg_root); in mlx5_cmdif_debugfs_init() 262 dev->priv.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg_root); in mlx5_cq_debugfs_init()
|
D | cmd.c | 996 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1007 dbg->dbg_root = debugfs_create_dir("cmd", dev->priv.dbg_root); in create_debugfs_files() 1008 if (!dbg->dbg_root) in create_debugfs_files() 1011 dbg->dbg_in = debugfs_create_file("in", 0400, dbg->dbg_root, in create_debugfs_files() 1016 dbg->dbg_out = debugfs_create_file("out", 0200, dbg->dbg_root, in create_debugfs_files() 1021 dbg->dbg_outlen = debugfs_create_file("out_len", 0600, dbg->dbg_root, in create_debugfs_files() 1026 dbg->dbg_status = debugfs_create_u8("status", 0600, dbg->dbg_root, in create_debugfs_files() 1031 dbg->dbg_run = debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
D | main.c | 605 priv->dbg_root = debugfs_create_dir(dev_name(&pdev->dev), mlx5_debugfs_root); in mlx5_dev_init() 606 if (!priv->dbg_root) in mlx5_dev_init() 785 debugfs_remove(priv->dbg_root); in mlx5_dev_init() 815 debugfs_remove(priv->dbg_root); in mlx5_dev_cleanup()
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 198 struct dentry *dbg_root; member 507 struct dentry *dbg_root; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mr.c | 515 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init()
|