Searched refs:rx_ofdm_ht (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 157 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err); in iwlagn_good_plcp_health() 310 struct statistics_rx_ht_phy *rx_ofdm_ht, in iwlagn_accumulative_statistics() 326 ACCUM(rx_ofdm_ht); in iwlagn_accumulative_statistics() 339 struct statistics_rx_ht_phy *rx_ofdm_ht, in iwlagn_accumulative_statistics() 359 struct statistics_rx_ht_phy *rx_ofdm_ht; in iwlagn_rx_statistics() local 376 rx_ofdm_ht = &stats->rx.ofdm_ht; in iwlagn_rx_statistics() 394 rx_ofdm_ht = &stats->rx.ofdm_ht; in iwlagn_rx_statistics() 411 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics() 413 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 419 memcpy(&priv->statistics.rx_ofdm_ht, rx_ofdm_h in iwlagn_rx_statistics() 306 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) iwlagn_accumulative_statistics() argument 335 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) iwlagn_accumulative_statistics() argument [all...] |
H A D | dev.h | 764 struct statistics_rx_ht_phy rx_ofdm_ht; member 778 struct statistics_rx_ht_phy rx_ofdm_ht; member
|
H A D | debugfs.c | 703 ht = &priv->statistics.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 707 accum_ht = &priv->accum_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 711 delta_ht = &priv->delta_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 715 max_ht = &priv->max_delta_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 152 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err); in iwlagn_good_plcp_health() 305 struct statistics_rx_ht_phy *rx_ofdm_ht, in iwlagn_accumulative_statistics() 321 ACCUM(rx_ofdm_ht); in iwlagn_accumulative_statistics() 334 struct statistics_rx_ht_phy *rx_ofdm_ht, in iwlagn_accumulative_statistics() 354 struct statistics_rx_ht_phy *rx_ofdm_ht; in iwlagn_rx_statistics() local 371 rx_ofdm_ht = &stats->rx.ofdm_ht; in iwlagn_rx_statistics() 389 rx_ofdm_ht = &stats->rx.ofdm_ht; in iwlagn_rx_statistics() 406 rx_ofdm_ht, rx_cck, tx, bt_activity); in iwlagn_rx_statistics() 408 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 414 memcpy(&priv->statistics.rx_ofdm_ht, rx_ofdm_h in iwlagn_rx_statistics() 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) iwlagn_accumulative_statistics() 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) iwlagn_accumulative_statistics() argument [all...] |
H A D | dev.h | 760 struct statistics_rx_ht_phy rx_ofdm_ht; member 774 struct statistics_rx_ht_phy rx_ofdm_ht; member
|
H A D | debugfs.c | 699 ht = &priv->statistics.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 703 accum_ht = &priv->accum_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 707 delta_ht = &priv->delta_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 711 max_ht = &priv->max_delta_stats.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read()
|
Completed in 13 milliseconds