Searched refs:pages_debugfs (Results 1 – 2 of 2) sorted by relevance
272 dev->priv.dbg.pages_debugfs = debugfs_create_dir("pages", dev->priv.dbg.dbg_root); in mlx5_pages_debugfs_init()273 pages = dev->priv.dbg.pages_debugfs; in mlx5_pages_debugfs_init()288 debugfs_remove_recursive(dev->priv.dbg.pages_debugfs); in mlx5_pages_debugfs_cleanup()
567 struct dentry *pages_debugfs; member