Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drx.c246 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) + in iwlagn_good_plcp_health()
400 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() argument
416 ACCUM(rx_ofdm); in iwlagn_accumulative_statistics()
429 struct statistics_rx_phy *rx_ofdm, in iwlagn_accumulative_statistics() argument
449 struct statistics_rx_phy *rx_ofdm; in iwlagn_rx_statistics() local
466 rx_ofdm = &stats->rx.ofdm; in iwlagn_rx_statistics()
484 rx_ofdm = &stats->rx.ofdm; in iwlagn_rx_statistics()
501 iwlagn_accumulative_statistics(priv, common, rx_non_phy, rx_ofdm, in iwlagn_rx_statistics()
504 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics()
509 memcpy(&priv->statistics.rx_ofdm, rx_ofdm, sizeof(*rx_ofdm)); in iwlagn_rx_statistics()
Ddev.h783 struct statistics_rx_phy rx_ofdm; member
797 struct statistics_rx_phy rx_ofdm; member
Ddebugfs.c741 ofdm = &priv->statistics.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
745 accum_ofdm = &priv->accum_stats.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
749 delta_ofdm = &priv->delta_stats.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read()
753 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()