Home
last modified time | relevance | path

Searched refs:cc_survey (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/
A Dhw.c171 common->cc_survey.cycles += cycles; in ath_hw_cycle_counters_update()
172 common->cc_survey.rx_busy += busy; in ath_hw_cycle_counters_update()
173 common->cc_survey.rx_frame += rx; in ath_hw_cycle_counters_update()
174 common->cc_survey.tx_frame += tx; in ath_hw_cycle_counters_update()
A Dath.h173 struct ath_cycle_counters cc_survey; member
/linux/drivers/net/wireless/ath/ath9k/
A Dar9003_phy.c2151 #define PCT(_field) (common->cc_survey._field * 100 / common->cc_survey.cycles) in ar9003_hw_bb_watchdog_dbg_info()
2152 if (common->cc_survey.cycles) in ar9003_hw_bb_watchdog_dbg_info()
A Dlink.c512 struct ath_cycle_counters *cc = &common->cc_survey; in ath_update_survey_stats()
A Dmain.c138 memset(&common->cc_survey, 0, sizeof(common->cc_survey)); in ath9k_ps_wakeup()
/linux/drivers/net/wireless/ath/ath5k/
A Dmac80211-ops.c653 struct ath_cycle_counters *cc = &common->cc_survey; in ath5k_get_survey()
A Dbase.c2942 memset(&common->cc_survey, 0, sizeof(common->cc_survey)); in ath5k_reset()

Completed in 19 milliseconds