Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-sync.c62 struct iwl_time_msmt_notify *notif = (void *)pkt->data; in iwl_mvm_time_sync_msmt_event() local
67 iwl_mvm_time_sync_find_skb(mvm, notif->peer_addr, in iwl_mvm_time_sync_msmt_event()
68 le32_to_cpu(notif->dialog_token)); in iwl_mvm_time_sync_msmt_event()
76 ts_10ns = iwl_mvm_get_64_bit(notif->t2_hi, notif->t2_lo); in iwl_mvm_time_sync_msmt_event()
81 ts_10ns = iwl_mvm_get_64_bit(notif->t3_hi, notif->t3_lo); in iwl_mvm_time_sync_msmt_event()
97 struct iwl_time_msmt_cfm_notify *notif = (void *)pkt->data; in iwl_mvm_time_sync_msmt_confirm_event() local
103 iwl_mvm_time_sync_find_skb(mvm, notif->peer_addr, in iwl_mvm_time_sync_msmt_confirm_event()
104 le32_to_cpu(notif->dialog_token)); in iwl_mvm_time_sync_msmt_confirm_event()
111 ts_10ns = iwl_mvm_get_64_bit(notif->t1_hi, notif->t1_lo); in iwl_mvm_time_sync_msmt_confirm_event()
116 ts_10ns = iwl_mvm_get_64_bit(notif->t4_hi, notif->t4_lo); in iwl_mvm_time_sync_msmt_confirm_event()
H A Dtime-event.c230 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notify_csa() argument
235 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
240 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
245 if (!notif->status) { in iwl_mvm_te_handle_notify_csa()
265 struct iwl_time_event_notif *notif, in iwl_mvm_te_check_trigger() argument
288 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
289 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
295 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
296 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
310 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument
[all …]
H A Dmac-ctxt.c1742 struct iwl_probe_resp_data_notif *notif = (void *)pkt->data; in iwl_mvm_probe_resp_data_notif() local
1744 u32 id = le32_to_cpu(notif->mac_id); in iwl_mvm_probe_resp_data_notif()
1749 notif->noa_active, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
1762 if (IWL_FW_CHECK(mvm, notif->noa_active && in iwl_mvm_probe_resp_data_notif()
1763 notif->noa_attr.len_low != 2 + in iwl_mvm_probe_resp_data_notif()
1765 notif->noa_attr.len_low != 2 + in iwl_mvm_probe_resp_data_notif()
1768 notif->noa_attr.len_low)) in iwl_mvm_probe_resp_data_notif()
1775 memcpy(&new_data->notif, notif, sizeof(new_data->notif)); in iwl_mvm_probe_resp_data_notif()
1779 sizeof(new_data->notif.noa_attr) - 1; in iwl_mvm_probe_resp_data_notif()
1785 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
[all …]
H A Dcoex.c211 struct iwl_bt_coex_prof_old_notif *notif; member
306 bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); in iwl_mvm_bt_notif_per_link()
443 .notif = &mvm->last_bt_notif, in iwl_mvm_bt_coex_notif_handle()
525 struct iwl_bt_coex_prof_old_notif *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_old_notif() local
528 IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); in iwl_mvm_rx_bt_coex_old_notif()
530 le32_to_cpu(notif->primary_ch_lut)); in iwl_mvm_rx_bt_coex_old_notif()
532 le32_to_cpu(notif->secondary_ch_lut)); in iwl_mvm_rx_bt_coex_old_notif()
534 le32_to_cpu(notif->bt_activity_grading)); in iwl_mvm_rx_bt_coex_old_notif()
537 memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); in iwl_mvm_rx_bt_coex_old_notif()
H A Drs-fw.c418 struct iwl_tlc_update_notif *notif; in iwl_mvm_tlc_update_notif() local
428 notif = (void *)pkt->data; in iwl_mvm_tlc_update_notif()
429 link_sta = rcu_dereference(mvm->fw_id_to_link_sta[notif->sta_id]); in iwl_mvm_tlc_update_notif()
430 sta = rcu_dereference(mvm->fw_id_to_mac_id[notif->sta_id]); in iwl_mvm_tlc_update_notif()
437 notif->sta_id); in iwl_mvm_tlc_update_notif()
443 flags = le32_to_cpu(notif->flags); in iwl_mvm_tlc_update_notif()
449 link_sta->link_id, notif->sta_id); in iwl_mvm_tlc_update_notif()
458 iwl_mvm_v3_rate_from_fw(notif->rate, mvm->fw_rates_ver); in iwl_mvm_tlc_update_notif()
465 u32 enabled = le32_to_cpu(notif->amsdu_enabled); in iwl_mvm_tlc_update_notif()
466 u16 size = le32_to_cpu(notif->amsdu_size); in iwl_mvm_tlc_update_notif()
[all …]
H A Dscan.c340 struct iwl_lmac_scan_complete_notif *notif = (void *)pkt->data; in iwl_mvm_rx_lmac_scan_iter_complete_notif() local
344 notif->status, notif->scanned_channels); in iwl_mvm_rx_lmac_scan_iter_complete_notif()
3214 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mvm_rx_umac_scan_complete_notif() local
3215 u32 uid = __le32_to_cpu(notif->uid); in iwl_mvm_rx_umac_scan_complete_notif()
3216 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_umac_scan_complete_notif()
3223 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ? in iwl_mvm_rx_umac_scan_complete_notif()
3225 iwl_mvm_ebs_status_str(notif->ebs_status)); in iwl_mvm_rx_umac_scan_complete_notif()
3232 notif->last_schedule, notif->last_iter, in iwl_mvm_rx_umac_scan_complete_notif()
3233 __le32_to_cpu(notif->time_from_last_iter)); in iwl_mvm_rx_umac_scan_complete_notif()
3270 if (notif->ebs_status != IWL_SCAN_EBS_SUCCESS && in iwl_mvm_rx_umac_scan_complete_notif()
[all …]
H A Drfi.c154 struct iwl_rfi_deactivate_notif *notif = (void *)pkt->data;
156 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason);
150 struct iwl_rfi_deactivate_notif *notif = (void *)pkt->data; iwl_rfi_deactivate_notif_handler() local
H A Drx.c1212 struct iwl_ba_window_status_notif *notif = (void *)pkt->data; in iwl_mvm_window_status_notif() local
1215 BUILD_BUG_ON(ARRAY_SIZE(notif->ra_tid) != BA_WINDOW_STREAMS_MAX); in iwl_mvm_window_status_notif()
1216 BUILD_BUG_ON(ARRAY_SIZE(notif->mpdu_rx_count) != BA_WINDOW_STREAMS_MAX); in iwl_mvm_window_status_notif()
1217 BUILD_BUG_ON(ARRAY_SIZE(notif->bitmap) != BA_WINDOW_STREAMS_MAX); in iwl_mvm_window_status_notif()
1218 BUILD_BUG_ON(ARRAY_SIZE(notif->start_seq_num) != BA_WINDOW_STREAMS_MAX); in iwl_mvm_window_status_notif()
1229 ratid = le16_to_cpu(notif->ra_tid[i]); in iwl_mvm_window_status_notif()
1234 received_mpdu = le16_to_cpu(notif->mpdu_rx_count[i]); in iwl_mvm_window_status_notif()
1245 bitmap = le64_to_cpu(notif->bitmap[i]); in iwl_mvm_window_status_notif()
1246 ssn = le32_to_cpu(notif->start_seq_num[i]); in iwl_mvm_window_status_notif()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dtime_sync.c174 struct iwl_time_msmt_notify *notif = (void *)pkt->data; in iwl_mld_handle_time_msmt_notif() local
179 iwl_mld_time_sync_find_skb(mld, notif->peer_addr, in iwl_mld_handle_time_msmt_notif()
180 le32_to_cpu(notif->dialog_token)); in iwl_mld_handle_time_msmt_notif()
187 ts_10ns = iwl_mld_get_64_bit(notif->t2_hi, notif->t2_lo); in iwl_mld_handle_time_msmt_notif()
192 ts_10ns = iwl_mld_get_64_bit(notif->t3_hi, notif->t3_lo); in iwl_mld_handle_time_msmt_notif()
209 struct iwl_time_msmt_cfm_notify *notif = (void *)pkt->data; in iwl_mld_handle_time_sync_confirm_notif() local
215 iwl_mld_time_sync_find_skb(mld, notif->peer_addr, in iwl_mld_handle_time_sync_confirm_notif()
216 le32_to_cpu(notif->dialog_token)); in iwl_mld_handle_time_sync_confirm_notif()
223 ts_10ns = iwl_mld_get_64_bit(notif->t1_hi, notif->t1_lo); in iwl_mld_handle_time_sync_confirm_notif()
228 ts_10ns = iwl_mld_get_64_bit(notif->t4_hi, notif->t4_lo); in iwl_mld_handle_time_sync_confirm_notif()
H A Diface.c536 const struct iwl_probe_resp_data_notif *notif = (void *)pkt->data; in iwl_mld_handle_probe_resp_data_notif() local
542 notif->noa_active, notif->csa_counter); in iwl_mld_handle_probe_resp_data_notif()
544 if (IWL_FW_CHECK(mld, le32_to_cpu(notif->mac_id) >= in iwl_mld_handle_probe_resp_data_notif()
547 le32_to_cpu(notif->mac_id))) in iwl_mld_handle_probe_resp_data_notif()
551 mld->fw_id_to_vif[le32_to_cpu(notif->mac_id)]); in iwl_mld_handle_probe_resp_data_notif()
560 if (notif->csa_counter != IWL_PROBE_RESP_DATA_NO_CSA && in iwl_mld_handle_probe_resp_data_notif()
561 notif->csa_counter >= 1) in iwl_mld_handle_probe_resp_data_notif()
562 ieee80211_beacon_set_cntdwn(vif, notif->csa_counter); in iwl_mld_handle_probe_resp_data_notif()
573 if (IWL_FW_CHECK(mld, notif->noa_active && in iwl_mld_handle_probe_resp_data_notif()
574 notif->noa_attr.len_low != 2 + in iwl_mld_handle_probe_resp_data_notif()
[all …]
H A Dsession-protect.c14 struct iwl_session_prot_notif *notif = (void *)pkt->data; in iwl_mld_handle_session_prot_notif() local
15 int fw_link_id = le32_to_cpu(notif->mac_link_id); in iwl_mld_handle_session_prot_notif()
29 if (!le32_to_cpu(notif->status)) { in iwl_mld_handle_session_prot_notif()
31 } else if (le32_to_cpu(notif->start)) { in iwl_mld_handle_session_prot_notif()
117 struct iwl_session_prot_notif *notif = (void *)pkt->data; in iwl_mld_session_start_fn() local
124 if (IWL_FW_CHECK(mld, pkt_len < sizeof(*notif), in iwl_mld_session_start_fn()
129 fw_link_id = le32_to_cpu(notif->mac_link_id); in iwl_mld_session_start_fn()
135 if (!le32_to_cpu(notif->status)) in iwl_mld_session_start_fn()
138 if (notif->start) { in iwl_mld_session_start_fn()
H A Dd3.c450 const struct iwl_wowlan_info_notif *notif, in iwl_mld_convert_mlo_keys() argument
453 if (!notif->num_mlo_link_keys) in iwl_mld_convert_mlo_keys()
456 wowlan_status->num_mlo_keys = notif->num_mlo_link_keys; in iwl_mld_convert_mlo_keys()
464 const struct iwl_wowlan_mlo_gtk *fw_mlo_key = &notif->mlo_gtks[i]; in iwl_mld_convert_mlo_keys()
486 struct iwl_wowlan_info_notif *notif) in iwl_mld_convert_wowlan_notif_v5() argument
489 BUILD_BUG_ON(ARRAY_SIZE(notif->gtk) != ARRAY_SIZE(notif_v5->gtk)); in iwl_mld_convert_wowlan_notif_v5()
493 struct iwl_wowlan_gtk_status *gtk = &notif->gtk[i]; in iwl_mld_convert_wowlan_notif_v5()
520 memcpy(&notif->igtk[0], &notif_v5->igtk[0], in iwl_mld_convert_wowlan_notif_v5()
528 notif->igtk[0].key_status = IWL_WOWLAN_STATUS_NEW_KEY; in iwl_mld_convert_wowlan_notif_v5()
531 BUILD_BUG_ON(ARRAY_SIZE(notif->bigtk) != ARRAY_SIZE(notif_v5->bigtk)); in iwl_mld_convert_wowlan_notif_v5()
[all …]
H A Dnotif.c73 const struct notif_struct *notif = (const void *)pkt->data; \
75 return obj_id == _Generic((notif)->id_member, \
76 __le32: le32_to_cpu((notif)->id_member), \
77 __le16: le16_to_cpu((notif)->id_member), \
78 u8: (notif)->id_member); \
150 const struct iwl_mu_group_mgmt_notif *notif = _data; in iwl_mld_mu_mimo_iface_iterator() local
152 BUILD_BUG_ON(sizeof(notif->membership_status) != in iwl_mld_mu_mimo_iface_iterator()
154 BUILD_BUG_ON(sizeof(notif->user_position) != in iwl_mld_mu_mimo_iface_iterator()
163 (u8 *)&notif->membership_status, in iwl_mld_mu_mimo_iface_iterator()
164 (u8 *)&notif->user_position); in iwl_mld_mu_mimo_iface_iterator()
[all …]
H A Dnan.c213 struct iwl_nan_cluster_notif *notif = (void *)pkt->data; in iwl_mld_handle_nan_cluster_notif() local
216 bool new_cluster = !!(notif->flags & in iwl_mld_handle_nan_cluster_notif()
220 notif->cluster_id[0], notif->cluster_id[1] in iwl_mld_handle_nan_cluster_notif()
225 cluster_id, notif->flags); in iwl_mld_handle_nan_cluster_notif()
254 struct iwl_nan_dw_end_notif *notif = (void *)pkt->data; in iwl_mld_handle_nan_dw_end_notif() local
261 IWL_INFO(mld, "NAN: DW end: band=%u\n", notif->band); in iwl_mld_handle_nan_dw_end_notif()
282 switch (notif->band) { in iwl_mld_handle_nan_dw_end_notif()
293 notif->band); in iwl_mld_handle_nan_dw_end_notif()
H A Dcoex.c27 const struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; in iwl_mld_handle_bt_coex_notif() local
30 bool bt_is_active = memcmp(notif, &zero_notif, sizeof(*notif)); in iwl_mld_handle_bt_coex_notif()
H A Dlink.c529 const struct iwl_missed_beacons_notif *notif = (const void *)pkt->data; in iwl_mld_handle_missed_beacon_notif() local
531 u32 fw_link_id = le32_to_cpu(notif->link_id); in iwl_mld_handle_missed_beacon_notif()
532 u32 missed_bcon = le32_to_cpu(notif->consec_missed_beacons); in iwl_mld_handle_missed_beacon_notif()
534 le32_to_cpu(notif->consec_missed_beacons_since_last_rx); in iwl_mld_handle_missed_beacon_notif()
536 le32_to_cpu(notif->consec_missed_beacons_other_link); in iwl_mld_handle_missed_beacon_notif()
591 if (le32_to_cpu(notif->other_link_id) == FW_CTXT_ID_INVALID) in iwl_mld_handle_missed_beacon_notif()
594 other_link_fw_id = le32_to_cpu(notif->other_link_id); in iwl_mld_handle_missed_beacon_notif()
629 struct iwl_missed_beacons_notif *notif = (void *)pkt->data; in iwl_mld_cancel_missed_beacon_notif() local
631 if (le32_to_cpu(notif->other_link_id) == removed_link_id) { in iwl_mld_cancel_missed_beacon_notif()
635 notif->other_link_id = cpu_to_le32(FW_CTXT_ID_INVALID); in iwl_mld_cancel_missed_beacon_notif()
[all …]
H A Droc.c228 const struct iwl_roc_notif *notif = (void *)pkt->data; in iwl_mld_handle_roc_notif() local
229 u32 activity = le32_to_cpu(notif->activity); in iwl_mld_handle_roc_notif()
246 if (le32_to_cpu(notif->success) && in iwl_mld_handle_roc_notif()
247 le32_to_cpu(notif->started)) { in iwl_mld_handle_roc_notif()
252 if (le32_to_cpu(notif->started)) in iwl_mld_handle_roc_notif()
H A Dthermal.c24 const struct ct_kill_notif *notif = (const void *)pkt->data; in iwl_mld_handle_ct_kill_notif() local
28 le16_to_cpu(notif->temperature), notif->dts, in iwl_mld_handle_ct_kill_notif()
29 notif->scheme); in iwl_mld_handle_ct_kill_notif()
49 const struct iwl_dts_measurement_notif *notif = in iwl_mld_handle_temp_notif() local
54 temp = le32_to_cpu(notif->temp); in iwl_mld_handle_temp_notif()
60 ths_crossed = le32_to_cpu(notif->threshold_idx); in iwl_mld_handle_temp_notif()
H A Dmcc.c256 struct iwl_mcc_chub_notif *notif = (void *)pkt->data; in iwl_mld_handle_update_mcc() local
265 notif->source_id == MCC_SOURCE_WIFI) { in iwl_mld_handle_update_mcc()
270 mcc[0] = le16_to_cpu(notif->mcc) >> 8; in iwl_mld_handle_update_mcc()
271 mcc[1] = le16_to_cpu(notif->mcc) & 0xff; in iwl_mld_handle_update_mcc()
273 src = notif->source_id; in iwl_mld_handle_update_mcc()
H A Dscan.c1875 struct iwl_umac_scan_iter_complete_notif *notif = (void *)pkt->data; in iwl_mld_handle_scan_iter_complete_notif() local
1876 u32 uid = __le32_to_cpu(notif->uid); in iwl_mld_handle_scan_iter_complete_notif()
1883 mld->scan.start_tsf = le64_to_cpu(notif->start_tsf); in iwl_mld_handle_scan_iter_complete_notif()
1887 notif->status, notif->scanned_channels); in iwl_mld_handle_scan_iter_complete_notif()
1897 le64_to_cpu(notif->start_tsf)); in iwl_mld_handle_scan_iter_complete_notif()
1910 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mld_handle_scan_start_notif() local
1911 u32 uid = le32_to_cpu(notif->uid); in iwl_mld_handle_scan_start_notif()
1934 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mld_handle_scan_complete_notif() local
1935 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mld_handle_scan_complete_notif()
1936 u32 uid = __le32_to_cpu(notif->uid); in iwl_mld_handle_scan_complete_notif()
[all …]
H A Dtlc.c731 struct iwl_tlc_update_notif *notif = (void *)pkt->data; in iwl_mld_handle_tlc_notif() local
733 u32 flags = le32_to_cpu(notif->flags); in iwl_mld_handle_tlc_notif()
737 if (IWL_FW_CHECK(mld, notif->sta_id >= mld->fw->ucode_capa.num_stations, in iwl_mld_handle_tlc_notif()
739 notif->sta_id)) in iwl_mld_handle_tlc_notif()
743 mld->fw_id_to_link_sta[notif->sta_id]); in iwl_mld_handle_tlc_notif()
746 "link_sta of sta id (%d) doesn't exist\n", notif->sta_id)) in iwl_mld_handle_tlc_notif()
758 iwl_v3_rate_from_v2_v3(notif->rate, in iwl_mld_handle_tlc_notif()
770 enabled = le32_to_cpu(notif->amsdu_enabled); in iwl_mld_handle_tlc_notif()
771 size = le32_to_cpu(notif->amsdu_size); in iwl_mld_handle_tlc_notif()
797 le32_to_cpu(notif->amsdu_size), size, enabled); in iwl_mld_handle_tlc_notif()
H A Dmlo.c355 const struct iwl_esr_mode_notif *notif = (void *)data; in iwl_mld_vif_iter_emlsr_mode_notif() local
356 enum iwl_mvm_fw_esr_recommendation action = le32_to_cpu(notif->action); in iwl_mld_vif_iter_emlsr_mode_notif()
365 le32_to_cpu(notif->leave_reason_mask)); in iwl_mld_vif_iter_emlsr_mode_notif()
373 le32_to_cpu(notif->leave_reason_mask)); in iwl_mld_vif_iter_emlsr_mode_notif()
404 const struct iwl_esr_trans_fail_notif *notif = (const void *)pkt->data; in iwl_mld_handle_emlsr_trans_fail_notif() local
405 u32 fw_link_id = le32_to_cpu(notif->link_id); in iwl_mld_handle_emlsr_trans_fail_notif()
411 le32_to_cpu(notif->activation) ? "enter" : "exit", in iwl_mld_handle_emlsr_trans_fail_notif()
413 le32_to_cpu(notif->link_id), in iwl_mld_handle_emlsr_trans_fail_notif()
414 le32_to_cpu(notif->err_code)); in iwl_mld_handle_emlsr_trans_fail_notif()
418 le32_to_cpu(notif->activation) ? "" : "de", in iwl_mld_handle_emlsr_trans_fail_notif()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Dlink.c18 struct iwl_missed_beacons_notif notif; member
28 .input.notif = {
34 .input.notif = {
40 .input.notif = {
59 struct iwl_missed_beacons_notif *notif; in test_missed_beacon() local
75 pkt = iwl_mld_kunit_create_pkt(test_param->input.notif); in test_missed_beacon()
76 notif = (void *)pkt->data; in test_missed_beacon()
85 notif->link_id = cpu_to_le32(mld_vif->deflink.fw_id); in test_missed_beacon()
/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.c180 struct iwm_time_event_notif *notif) in iwm_te_handle_notif() argument
184 le32toh(notif->unique_id), in iwm_te_handle_notif()
185 le32toh(notif->action)); in iwm_te_handle_notif()
187 if (!le32toh(notif->status)) { in iwm_te_handle_notif()
191 if (notif->action & htole32(IWM_TE_V2_NOTIF_HOST_EVENT_START)) in iwm_te_handle_notif()
200 if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_END) { in iwm_te_handle_notif()
206 } else if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_START) { in iwm_te_handle_notif()
220 struct iwm_time_event_notif *notif = (void *)pkt->data; in iwm_rx_time_event_notif() local
224 le32toh(notif->unique_id), in iwm_rx_time_event_notif()
225 le32toh(notif->action)); in iwm_rx_time_event_notif()
[all …]
H A Dif_iwm_scan.c272 struct iwm_umac_scan_complete *notif = (void *)pkt->data; in iwm_rx_umac_scan_complete_notif() local
276 le32toh(notif->uid), in iwm_rx_umac_scan_complete_notif()
277 iwm_offload_status_str(notif->status), in iwm_rx_umac_scan_complete_notif()
278 iwm_ebs_status_str(notif->ebs_status)); in iwm_rx_umac_scan_complete_notif()
280 if (notif->ebs_status != IWM_SCAN_EBS_SUCCESS && in iwm_rx_umac_scan_complete_notif()
281 notif->ebs_status != IWM_SCAN_EBS_INACTIVE) in iwm_rx_umac_scan_complete_notif()

12