Lines Matching refs:rxstats
90 void ath9k_cmn_debug_stat_rx(struct ath_rx_stats *rxstats, in ath9k_cmn_debug_stat_rx() argument
93 #define RX_PHY_ERR_INC(c) rxstats->phy_err_stats[c]++ in ath9k_cmn_debug_stat_rx()
94 #define RX_CMN_STAT_INC(c) (rxstats->c++) in ath9k_cmn_debug_stat_rx()
97 rxstats->rx_bytes_all += rs->rs_datalen; in ath9k_cmn_debug_stat_rx()
130 rxstats->e); \ in read_file_recv()
133 struct ath_rx_stats *rxstats = file->private_data; in read_file_recv() local
181 struct ath_rx_stats *rxstats) in ath9k_cmn_debug_recv() argument
183 debugfs_create_file("recv", 0400, debugfs_phy, rxstats, &fops_recv); in ath9k_cmn_debug_recv()
192 rxstats->phy_err_stats[p]) in read_file_phy_err()
194 struct ath_rx_stats *rxstats = file->private_data; in read_file_phy_err() local
257 struct ath_rx_stats *rxstats) in ath9k_cmn_debug_phy_err() argument
259 debugfs_create_file("phy_err", 0400, debugfs_phy, rxstats, in ath9k_cmn_debug_phy_err()