Searched refs:fwstats_dir (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debugfs.c | 1050 struct dentry *fwstats_dir = debugfs_create_dir("fw_stats", in ath11k_debugfs_fw_stats_init() local 1053 ar->fw_stats.debugfs_fwstats = fwstats_dir; in ath11k_debugfs_fw_stats_init() 1058 debugfs_create_file("pdev_stats", 0600, fwstats_dir, ar, in ath11k_debugfs_fw_stats_init() 1060 debugfs_create_file("vdev_stats", 0600, fwstats_dir, ar, in ath11k_debugfs_fw_stats_init() 1062 debugfs_create_file("beacon_stats", 0600, fwstats_dir, ar, in ath11k_debugfs_fw_stats_init()
|