Searched refs:DFS_STAT_INC (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | dfs.c | 219 DFS_STAT_INC(sc, pri_phy_errors); in ath9k_postprocess_radar_event() 229 DFS_STAT_INC(sc, ext_phy_errors); in ath9k_postprocess_radar_event() 248 DFS_STAT_INC(sc, dc_phy_errors); in ath9k_postprocess_radar_event() 258 DFS_STAT_INC(sc, bwinfo_discards); in ath9k_postprocess_radar_event() 263 DFS_STAT_INC(sc, rssi_discards); in ath9k_postprocess_radar_event() 271 DFS_STAT_INC(sc, pulses_detected); in ath9k_postprocess_radar_event() 279 DFS_STAT_INC(sc, pulses_processed); in ath9k_dfs_process_radar_pulse() 284 DFS_STAT_INC(sc, radar_detected); in ath9k_dfs_process_radar_pulse() 301 DFS_STAT_INC(sc, pulses_total); in ath9k_dfs_process_phyerr() 307 DFS_STAT_INC(sc, pulses_no_dfs); in ath9k_dfs_process_phyerr() [all …]
|
D | dfs_debug.h | 58 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++) macro 65 #define DFS_STAT_INC(sc, c) do { } while (0) macro
|