Lines Matching refs:stats
184 struct ieee80211_rx_status *stats, in iwl_mvm_set_mac80211_rx_flag() argument
204 stats->flag |= RX_FLAG_DECRYPTED; in iwl_mvm_set_mac80211_rx_flag()
219 stats->flag |= RX_FLAG_DECRYPTED; in iwl_mvm_set_mac80211_rx_flag()
228 stats->flag |= RX_FLAG_DECRYPTED; in iwl_mvm_set_mac80211_rx_flag()
572 struct iwl_notif_statistics_v10 *stats = (void *)&pkt->data; in iwl_mvm_handle_rx_statistics() local
578 if (iwl_rx_packet_payload_len(pkt) != sizeof(*stats)) in iwl_mvm_handle_rx_statistics()
581 temperature = le32_to_cpu(stats->general.radio_temperature); in iwl_mvm_handle_rx_statistics()
582 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
584 stats->general.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics()
586 iwl_mvm_update_rx_statistics(mvm, &stats->rx); in iwl_mvm_handle_rx_statistics()
588 mvm->radio_stats.rx_time = le64_to_cpu(stats->general.rx_time); in iwl_mvm_handle_rx_statistics()
589 mvm->radio_stats.tx_time = le64_to_cpu(stats->general.tx_time); in iwl_mvm_handle_rx_statistics()
591 le64_to_cpu(stats->general.on_time_rf); in iwl_mvm_handle_rx_statistics()
593 le64_to_cpu(stats->general.on_time_scan); in iwl_mvm_handle_rx_statistics()
595 data.general = &stats->general; in iwl_mvm_handle_rx_statistics()