Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/
H A Dhw.c166 common->cc_ani.cycles += cycles; in ath_hw_cycle_counters_update()
167 common->cc_ani.rx_busy += busy; in ath_hw_cycle_counters_update()
168 common->cc_ani.rx_frame += rx; in ath_hw_cycle_counters_update()
169 common->cc_ani.tx_frame += tx; in ath_hw_cycle_counters_update()
180 struct ath_cycle_counters *cc = &common->cc_ani; in ath_hw_get_listen_time()
H A Dath.h177 struct ath_cycle_counters cc_ani; member