Lines Matching refs:stats
185 struct ieee80211_rx_status *stats, in iwl_mvm_set_mac80211_rx_flag() argument
205 stats->flag |= RX_FLAG_DECRYPTED; in iwl_mvm_set_mac80211_rx_flag()
221 stats->flag |= RX_FLAG_DECRYPTED; in iwl_mvm_set_mac80211_rx_flag()
230 stats->flag |= RX_FLAG_DECRYPTED; in iwl_mvm_set_mac80211_rx_flag()
574 struct iwl_notif_statistics_v10 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
579 temperature = le32_to_cpu(stats->general.radio_temperature); in iwl_mvm_handle_rx_statistics()
580 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
582 stats->general.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
584 iwl_mvm_update_rx_statistics(mvm, &stats->rx); in iwl_mvm_handle_rx_statistics()
586 mvm->radio_stats.rx_time = le64_to_cpu(stats->general.rx_time); in iwl_mvm_handle_rx_statistics()
587 mvm->radio_stats.tx_time = le64_to_cpu(stats->general.tx_time); in iwl_mvm_handle_rx_statistics()
589 le64_to_cpu(stats->general.on_time_rf); in iwl_mvm_handle_rx_statistics()
591 le64_to_cpu(stats->general.on_time_scan); in iwl_mvm_handle_rx_statistics()
593 data.general = &stats->general; in iwl_mvm_handle_rx_statistics()
595 struct iwl_notif_statistics_v8 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
600 temperature = le32_to_cpu(stats->general.radio_temperature); in iwl_mvm_handle_rx_statistics()
601 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
603 stats->general.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
605 iwl_mvm_update_rx_statistics(mvm, &stats->rx); in iwl_mvm_handle_rx_statistics()