Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c758 ani_state->listen_time, ani_state->ofdm_phy_err_count, in ar9300_ani_control()
777 log_data.ofdm_phy_err_count = ani_state->listen_time ? in ar9300_ani_control()
778 ani_state->ofdm_phy_err_count * 1000 / ani_state->listen_time : 0; in ar9300_ani_control()
814 ani_state->ofdm_phy_err_count = 0; in ar9300_ani_restart()
1179 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count; in ar9300_ani_ar_poll()
1184 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count; in ar9300_ani_ar_poll()
1185 ani_state->ofdm_phy_err_count = ofdm_phy_err_cnt; in ar9300_ani_ar_poll()
1216 ani_state->ofdm_phy_err_count * 1000 / ani_state->listen_time; in ar9300_ani_ar_poll()
H A Dar9300.h185 u_int32_t ofdm_phy_err_count;/* OFDM err count since last reset */ member