Searched refs:ofdm_errors (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 433 as->ofdm_errors += ofdm_err; in ath5k_ani_save_and_clear_phy_errors() 453 as->last_ofdm_errors = as->ofdm_errors; in ath5k_ani_period_restart() 457 as->ofdm_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() 504 bool ofdm_flag = as->ofdm_errors > ofdm_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() 561 if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH || in ath5k_ani_mib_intr() 582 as->ofdm_errors in ath5k_ani_phy_error_report() [all...] |
H A D | ani.h | 69 * @ofdm_errors: OFDM timing error count 92 unsigned int ofdm_errors; member
|
H A D | debug.c | 729 as->ofdm_errors, as->last_ofdm_errors, in read_file_ani()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | ani.c | 433 as->ofdm_errors += ofdm_err; in ath5k_ani_save_and_clear_phy_errors() 453 as->last_ofdm_errors = as->ofdm_errors; in ath5k_ani_period_restart() 457 as->ofdm_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() 504 bool ofdm_flag = as->ofdm_errors > ofdm_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() 561 if (as->ofdm_errors > ATH5K_ANI_OFDM_TRIG_HIGH || in ath5k_ani_mib_intr() 582 as->ofdm_errors in ath5k_ani_phy_error_report() [all...] |
H A D | ani.h | 69 * @ofdm_errors: OFDM timing error count 92 unsigned int ofdm_errors; member
|
H A D | debug.c | 729 as->ofdm_errors, as->last_ofdm_errors, in read_file_ani()
|
Completed in 7 milliseconds