Home
last modified time | relevance | path

Searched refs:rx_ofdm (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drx.c259 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) + in iwlagn_good_plcp_health()
413 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() argument
429 ACCUM(rx_ofdm); in iwlagn_accumulative_statistics()
442 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() argument
463 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics() local
480 rx_ofdm = &stats->rx.ofdm; in iwlagn_rx_statistics()
498 rx_ofdm = &stats->rx.ofdm; in iwlagn_rx_statistics()
515 iwlagn_accumulative_statistics(priv, common, rx_non_phy, rx_ofdm, in iwlagn_rx_statistics()
518 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics()
523 memcpy(&priv->statistics.rx_ofdm, rx_ofdm, sizeof(*rx_ofdm)); in iwlagn_rx_statistics()
Ddev.h782 struct statistics_rx_phy rx_ofdm; member
796 struct statistics_rx_phy rx_ofdm; member
Ddebugfs.c745 ofdm = &priv->statistics.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
749 accum_ofdm = &priv->accum_stats.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
753 delta_ofdm = &priv->delta_stats.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
757 max_ofdm = &priv->max_delta_stats.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
Dcalib.c677 ofdm = &priv->statistics.rx_ofdm; in iwl_sensitivity_calibration()