Home
last modified time | relevance | path

Searched refs:cc_ani (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/
Dhw.c160 common->cc_ani.cycles += cycles; in ath_hw_cycle_counters_update()
161 common->cc_ani.rx_busy += busy; in ath_hw_cycle_counters_update()
162 common->cc_ani.rx_frame += rx; in ath_hw_cycle_counters_update()
163 common->cc_ani.tx_frame += tx; in ath_hw_cycle_counters_update()
174 struct ath_cycle_counters *cc = &common->cc_ani; in ath_hw_get_listen_time()
Dath.h152 struct ath_cycle_counters cc_ani; member
/drivers/net/wireless/ath/ath9k/
Ddebug.c1267 ATH_SAMP_DBG(cc.cycles) = common->cc_ani.cycles; in ath9k_debug_samp_bb_mac()
1268 ATH_SAMP_DBG(cc.rx_busy) = common->cc_ani.rx_busy; in ath9k_debug_samp_bb_mac()
1269 ATH_SAMP_DBG(cc.rx_frame) = common->cc_ani.rx_frame; in ath9k_debug_samp_bb_mac()
1270 ATH_SAMP_DBG(cc.tx_frame) = common->cc_ani.tx_frame; in ath9k_debug_samp_bb_mac()
/drivers/net/wireless/ath/ath5k/
Dani.c380 memcpy(&as->last_cc, &common->cc_ani, sizeof(as->last_cc)); in ath5k_hw_ani_get_listen_time()
Dbase.c2804 memset(&common->cc_ani, 0, sizeof(common->cc_ani)); in ath5k_reset()