Searched refs:DFS_STAT_INC (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | dfs.c | 68 DFS_STAT_INC(sc, pri_phy_errors); in ath9k_postprocess_radar_event() 78 DFS_STAT_INC(sc, ext_phy_errors); in ath9k_postprocess_radar_event() 97 DFS_STAT_INC(sc, dc_phy_errors); in ath9k_postprocess_radar_event() 107 DFS_STAT_INC(sc, bwinfo_discards); in ath9k_postprocess_radar_event() 112 DFS_STAT_INC(sc, rssi_discards); in ath9k_postprocess_radar_event() 126 DFS_STAT_INC(sc, pulses_detected); in ath9k_postprocess_radar_event() 134 DFS_STAT_INC(sc, pulses_processed); in ath9k_dfs_process_radar_pulse() 139 DFS_STAT_INC(sc, radar_detected); in ath9k_dfs_process_radar_pulse() 156 DFS_STAT_INC(sc, pulses_total); in ath9k_dfs_process_phyerr() 162 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
|