Searched refs:rs_phyerr (Results 1 – 6 of 6) sorted by relevance
115 if (rs->rs_phyerr < ATH9K_PHYERR_MAX) in ath9k_cmn_debug_stat_rx()116 RX_PHY_ERR_INC(rs->rs_phyerr); in ath9k_cmn_debug_stat_rx()
493 if (rs->rs_phyerr != ATH9K_PHYERR_RADAR && in ath_cmn_process_fft()494 rs->rs_phyerr != ATH9K_PHYERR_FALSE_RADAR_EXT && in ath_cmn_process_fft()495 rs->rs_phyerr != ATH9K_PHYERR_SPECTRAL) in ath_cmn_process_fft()
954 rx_stats->rs_phyerr = rxstatus->rs_phyerr; in rx_status_htc_to_ath()
608 rs->rs_phyerr = phyerr; in ath9k_hw_rxprocdesc()
670 rs->rs_phyerr = AR5K_REG_MS(rx_status->rx_status_1, in ath5k_hw_proc_5210_rx_status()744 rs->rs_phyerr = AR5K_REG_MS(rxstat1, in ath5k_hw_proc_5212_rx_status()747 ath5k_ani_phy_error_report(ah, rs->rs_phyerr); in ath5k_hw_proc_5212_rx_status()
718 u8 rs_phyerr; member