Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/
H 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()
H A Dath.h178 struct ath_cycle_counters cc_survey; member