Home
last modified time | relevance | path

Searched refs:rx_ofdm_ht (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drx.c248 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err); in iwlagn_good_plcp_health()
401 struct statistics_rx_ht_phy *rx_ofdm_ht, in iwlagn_accumulative_statistics() argument
417 ACCUM(rx_ofdm_ht); in iwlagn_accumulative_statistics()
430 struct statistics_rx_ht_phy *rx_ofdm_ht, in iwlagn_accumulative_statistics() argument
450 struct statistics_rx_ht_phy *rx_ofdm_ht; in iwlagn_rx_statistics() local
467 rx_ofdm_ht = &stats->rx.ofdm_ht; in iwlagn_rx_statistics()
485 rx_ofdm_ht = &stats->rx.ofdm_ht; in iwlagn_rx_statistics()
502 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics()
504 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics()
510 memcpy(&priv->statistics.rx_ofdm_ht, rx_ofdm_ht, sizeof(*rx_ofdm_ht)); in iwlagn_rx_statistics()
Ddev.h784 struct statistics_rx_ht_phy rx_ofdm_ht; member
798 struct statistics_rx_ht_phy rx_ofdm_ht; member
Ddebugfs.c744 ht = &priv->statistics.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
748 accum_ht = &priv->accum_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
752 delta_ht = &priv->delta_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
756 max_ht = &priv->max_delta_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()