Home
last modified time | relevance | path

Searched refs:DFS_STAT_INC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddfs.c217 DFS_STAT_INC(sc, pri_phy_errors); in ath9k_postprocess_radar_event()
227 DFS_STAT_INC(sc, ext_phy_errors); in ath9k_postprocess_radar_event()
246 DFS_STAT_INC(sc, dc_phy_errors); in ath9k_postprocess_radar_event()
256 DFS_STAT_INC(sc, bwinfo_discards); in ath9k_postprocess_radar_event()
261 DFS_STAT_INC(sc, rssi_discards); in ath9k_postprocess_radar_event()
269 DFS_STAT_INC(sc, pulses_detected); in ath9k_postprocess_radar_event()
277 DFS_STAT_INC(sc, pulses_processed); in ath9k_dfs_process_radar_pulse()
282 DFS_STAT_INC(sc, radar_detected); in ath9k_dfs_process_radar_pulse()
299 DFS_STAT_INC(sc, pulses_total); in ath9k_dfs_process_phyerr()
305 DFS_STAT_INC(sc, pulses_no_dfs); in ath9k_dfs_process_phyerr()
[all …]
H A Ddfs_debug.h58 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++) macro
65 #define DFS_STAT_INC(sc, c) do { } while (0) macro