Searched refs:cck_errors (Results 1 – 3 of 3) sorted by relevance
437 as->cck_errors += cck_err; in ath5k_ani_save_and_clear_phy_errors() 454 as->last_cck_errors = as->cck_errors; in ath5k_ani_period_restart() 458 as->cck_errors = 0; in ath5k_ani_period_restart() 500 as->ofdm_errors, ofdm_high, as->cck_errors, cck_high); in ath5k_ani_calibration() 502 if (as->ofdm_errors > ofdm_high || as->cck_errors > cck_high) { in ath5k_ani_calibration() 513 as->ofdm_errors, ofdm_low, as->cck_errors, cck_low); in ath5k_ani_calibration() 515 if (as->ofdm_errors <= ofdm_low && as->cck_errors <= cck_low) in ath5k_ani_calibration() 562 as->cck_errors > ATH5K_ANI_CCK_TRIG_HIGH) in ath5k_ani_mib_intr() 586 as->cck_errors++; in ath5k_ani_phy_error_report() 587 if (as->cck_errors > ATH5K_ANI_CCK_TRIG_HIG in ath5k_ani_phy_error_report() [all...]
70 * @cck_errors: CCK timing error count93 unsigned int cck_errors; member
733 as->cck_errors, as->last_cck_errors, in read_file_ani()