Searched refs:ofdm_phy_err_cnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c1174 u_int32_t ofdm_phy_err_cnt, cck_phy_err_cnt; local
1216 ofdm_phy_err_cnt = OS_REG_READ(ah, AR_PHY_ERR_1);
1225 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count;
1230 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count;
1231 ani_state->ofdm_phy_err_count = ofdm_phy_err_cnt;
1249 __func__, ofdm_phy_err_cnt, ofdm_phy_err_cnt,

Completed in 109 milliseconds