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

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c152 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err);
305 struct statistics_rx_ht_phy *rx_ofdm_ht,
321 ACCUM(rx_ofdm_ht);
334 struct statistics_rx_ht_phy *rx_ofdm_ht,
354 struct statistics_rx_ht_phy *rx_ofdm_ht; local
371 rx_ofdm_ht = &stats->rx.ofdm_ht;
389 rx_ofdm_ht = &stats->rx.ofdm_ht;
406 rx_ofdm_ht, rx_cck, tx, bt_activity);
408 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp);
414 memcpy(&priv->statistics.rx_ofdm_ht, rx_ofdm_h
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.h762 struct statistics_rx_ht_phy rx_ofdm_ht; member in struct:iwl_priv::__anon870
776 struct statistics_rx_ht_phy rx_ofdm_ht; member in struct:iwl_priv::__anon871
H A Ddebugfs.c699 ht = &priv->statistics.rx_ofdm_ht;
703 accum_ht = &priv->accum_stats.rx_ofdm_ht;
707 delta_ht = &priv->delta_stats.rx_ofdm_ht;
711 max_ht = &priv->max_delta_stats.rx_ofdm_ht;

Completed in 139 milliseconds