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

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c243 rx_info = &priv->statistics.rx_non_phy;
303 struct statistics_rx_non_phy *rx_non_phy,
319 ACCUM(rx_non_phy);
332 struct statistics_rx_non_phy *rx_non_phy,
352 struct statistics_rx_non_phy *rx_non_phy; local
369 rx_non_phy = &stats->rx.general.common;
387 rx_non_phy = &stats->rx.general;
405 iwlagn_accumulative_statistics(priv, common, rx_non_phy, rx_ofdm,
412 memcpy(&priv->statistics.rx_non_phy, rx_non_phy, sizeo
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.h760 struct statistics_rx_non_phy rx_non_phy; member in struct:iwl_priv::__anon870
774 struct statistics_rx_non_phy rx_non_phy; member in struct:iwl_priv::__anon871
H A Dcalib.c620 rx_info = &priv->statistics.rx_non_phy;
932 rx_info = &priv->statistics.rx_non_phy;
H A Ddebugfs.c698 general = &priv->statistics.rx_non_phy;
702 accum_general = &priv->accum_stats.rx_non_phy;
706 delta_general = &priv->delta_stats.rx_non_phy;
710 max_general = &priv->max_delta_stats.rx_non_phy;

Completed in 149 milliseconds