Lines Matching refs:notif
339 struct iwl_lmac_scan_complete_notif *notif = (void *)pkt->data;
343 notif->status, notif->scanned_channels);
3223 struct iwl_umac_scan_complete *notif = (void *)pkt->data;
3224 u32 uid = __le32_to_cpu(notif->uid);
3225 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED);
3233 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ?
3235 iwl_mvm_ebs_status_str(notif->ebs_status));
3242 notif->last_schedule, notif->last_iter,
3243 __le32_to_cpu(notif->time_from_last_iter));
3279 select_links = notif->status == IWL_SCAN_OFFLOAD_COMPLETED;
3287 if (notif->ebs_status != IWL_SCAN_EBS_SUCCESS &&
3288 notif->ebs_status != IWL_SCAN_EBS_INACTIVE)
3301 struct iwl_umac_scan_iter_complete_notif *notif = (void *)pkt->data;
3303 mvm->scan_start = le64_to_cpu(notif->start_tsf);
3307 notif->status, notif->scanned_channels);
3691 iwl_mvm_average_dbm_values(const struct iwl_umac_scan_channel_survey_notif *notif)
3725 for (i = 0; i < ARRAY_SIZE(notif->noise); i++) {
3729 if (notif->noise[i] == 0xff)
3733 val_magnitude = -notif->noise[i];
3780 const struct iwl_umac_scan_channel_survey_notif *notif =
3817 band = iwl_mvm_nl80211_band_from_phy(le32_to_cpu(notif->band));
3819 le32_to_cpu(notif->channel));
3829 info->time = le32_to_cpu(notif->active_time);
3830 info->time_busy = le32_to_cpu(notif->busy_time);
3831 info->time_rx = le32_to_cpu(notif->rx_time);
3832 info->time_tx = le32_to_cpu(notif->tx_time);
3833 info->noise = iwl_mvm_average_dbm_values(notif);