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

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c150 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) +
304 struct statistics_rx_phy *rx_ofdm,
320 ACCUM(rx_ofdm);
333 struct statistics_rx_phy *rx_ofdm,
353 struct statistics_rx_phy *rx_ofdm; local
370 rx_ofdm = &stats->rx.ofdm;
388 rx_ofdm = &stats->rx.ofdm;
405 iwlagn_accumulative_statistics(priv, common, rx_non_phy, rx_ofdm,
408 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp);
413 memcpy(&priv->statistics.rx_ofdm, rx_ofd
301 iwlagn_accumulative_statistics(struct iwl_priv *priv, struct statistics_general_common *common, struct statistics_rx_non_phy *rx_non_phy, struct statistics_rx_phy *rx_ofdm, struct statistics_rx_ht_phy *rx_ofdm_ht, struct statistics_rx_phy *rx_cck, struct statistics_tx *tx, struct statistics_bt_activity *bt_activity) argument
330 iwlagn_accumulative_statistics(struct iwl_priv *priv, struct statistics_general_common *common, struct statistics_rx_non_phy *rx_non_phy, struct statistics_rx_phy *rx_ofdm, struct statistics_rx_ht_phy *rx_ofdm_ht, struct statistics_rx_phy *rx_cck, struct statistics_tx *tx, struct statistics_bt_activity *bt_activity) argument
[all...]
H A Ddev.h761 struct statistics_rx_phy rx_ofdm; member in struct:iwl_priv::__anon870
775 struct statistics_rx_phy rx_ofdm; member in struct:iwl_priv::__anon871
H A Ddebugfs.c696 ofdm = &priv->statistics.rx_ofdm;
700 accum_ofdm = &priv->accum_stats.rx_ofdm;
704 delta_ofdm = &priv->delta_stats.rx_ofdm;
708 max_ofdm = &priv->max_delta_stats.rx_ofdm;
H A Dcalib.c621 ofdm = &priv->statistics.rx_ofdm;

Completed in 111 milliseconds