Lines Matching refs:rs
92 struct ath_rx_status *rs) in ath9k_cmn_debug_stat_rx() argument
98 rxstats->rx_bytes_all += rs->rs_datalen; in ath9k_cmn_debug_stat_rx()
100 if (rs->rs_status & ATH9K_RXERR_CRC) in ath9k_cmn_debug_stat_rx()
102 if (rs->rs_status & ATH9K_RXERR_DECRYPT) in ath9k_cmn_debug_stat_rx()
104 if (rs->rs_status & ATH9K_RXERR_MIC) in ath9k_cmn_debug_stat_rx()
106 if (rs->rs_status & ATH9K_RX_DELIM_CRC_PRE) in ath9k_cmn_debug_stat_rx()
108 if (rs->rs_status & ATH9K_RX_DELIM_CRC_POST) in ath9k_cmn_debug_stat_rx()
110 if (rs->rs_status & ATH9K_RX_DECRYPT_BUSY) in ath9k_cmn_debug_stat_rx()
113 if (rs->rs_status & ATH9K_RXERR_PHY) { in ath9k_cmn_debug_stat_rx()
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()