Searched refs:mlx5_debugfs_root (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c88 struct dentry *mlx5_debugfs_root; variable in typeref:struct:dentry
89 EXPORT_SYMBOL(mlx5_debugfs_root); variable
93 mlx5_debugfs_root = debugfs_create_dir("mlx5", NULL);
98 debugfs_remove(mlx5_debugfs_root);
542 if (!mlx5_debugfs_root)
557 if (!mlx5_debugfs_root || !qp->dbg)
569 if (!mlx5_debugfs_root)
583 if (!mlx5_debugfs_root)
594 if (!mlx5_debugfs_root)
608 if (!mlx5_debugfs_root)
[all...]
H A Dmain.c1831 mlx5_debugfs_root);
H A Dcmd.c1575 if (!mlx5_debugfs_root)
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcong.c424 if (!mlx5_debugfs_root ||
440 if (!mlx5_debugfs_root)
H A Dmr.c784 if (!mlx5_debugfs_root || dev->is_rep)
797 if (!mlx5_debugfs_root || dev->is_rep)
816 if (!mlx5_debugfs_root || dev->is_rep)
H A Dmain.c4138 if (!mlx5_debugfs_root)
/linux-master/include/linux/mlx5/
H A Ddriver.h917 extern struct dentry *mlx5_debugfs_root;

Completed in 262 milliseconds