Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c800 ani_state->listen_time, ani_state->ofdm_phy_err_count, in ar9300_ani_control()
819 log_data.ofdm_phy_err_count = ani_state->listen_time ? in ar9300_ani_control()
820 ani_state->ofdm_phy_err_count * 1000 / ani_state->listen_time : 0; in ar9300_ani_control()
856 ani_state->ofdm_phy_err_count = 0; in ar9300_ani_restart()
1225 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count; in ar9300_ani_ar_poll()
1230 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count; in ar9300_ani_ar_poll()
1231 ani_state->ofdm_phy_err_count = ofdm_phy_err_cnt; in ar9300_ani_ar_poll()
1268 ani_state->ofdm_phy_err_count * 1000 / ani_state->listen_time; in ar9300_ani_ar_poll()
H A Dar9300.h179 u_int32_t ofdm_phy_err_count;/* OFDM err count since last reset */ member