Lines Matching refs:notif
196 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notify_csa() argument
201 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
206 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
211 if (!notif->status) { in iwl_mvm_te_handle_notify_csa()
231 struct iwl_time_event_notif *notif, in iwl_mvm_te_check_trigger() argument
254 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
255 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
261 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
262 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
288 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument
293 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
294 le32_to_cpu(notif->action)); in iwl_mvm_te_handle_notif()
296 iwl_mvm_te_check_trigger(mvm, notif, te_data); in iwl_mvm_te_handle_notif()
306 if (!le32_to_cpu(notif->status)) { in iwl_mvm_te_handle_notif()
309 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) in iwl_mvm_te_handle_notif()
322 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_te_handle_notif()
358 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
366 iwl_mvm_te_handle_notify_csa(mvm, te_data, notif); in iwl_mvm_te_handle_notif()
377 struct iwl_time_event_notif *notif) in iwl_mvm_aux_roc_te_handle_notif() argument
382 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
390 iwl_mvm_te_check_trigger(mvm, notif, te_data); in iwl_mvm_aux_roc_te_handle_notif()
394 le32_to_cpu(notif->unique_id), in iwl_mvm_aux_roc_te_handle_notif()
395 le32_to_cpu(notif->action), le32_to_cpu(notif->status)); in iwl_mvm_aux_roc_te_handle_notif()
397 if (!le32_to_cpu(notif->status) || in iwl_mvm_aux_roc_te_handle_notif()
398 le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_aux_roc_te_handle_notif()
407 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_aux_roc_te_handle_notif()
414 le32_to_cpu(notif->action)); in iwl_mvm_aux_roc_te_handle_notif()
428 struct iwl_time_event_notif *notif = (void *)pkt->data; in iwl_mvm_rx_time_event_notif() local
432 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
433 le32_to_cpu(notif->action)); in iwl_mvm_rx_time_event_notif()
437 if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif)) in iwl_mvm_rx_time_event_notif()
441 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
442 iwl_mvm_te_handle_notif(mvm, te_data, notif); in iwl_mvm_rx_time_event_notif()
823 struct iwl_mvm_session_prot_notif *notif = (void *)pkt->data; in iwl_mvm_rx_session_protect_notif() local
828 vif = iwl_mvm_rcu_dereference_vif_id(mvm, le32_to_cpu(notif->mac_id), in iwl_mvm_rx_session_protect_notif()
841 if (!le32_to_cpu(notif->status)) { in iwl_mvm_rx_session_protect_notif()
849 if (le32_to_cpu(notif->start)) { in iwl_mvm_rx_session_protect_notif()
851 te_data->running = le32_to_cpu(notif->start); in iwl_mvm_rx_session_protect_notif()
872 if (!le32_to_cpu(notif->status) || !le32_to_cpu(notif->start)) { in iwl_mvm_rx_session_protect_notif()
877 } else if (le32_to_cpu(notif->start)) { in iwl_mvm_rx_session_protect_notif()
879 le32_to_cpu(notif->conf_id))) in iwl_mvm_rx_session_protect_notif()
1163 const u16 notif[] = { WIDE_ID(MAC_CONF_GROUP, SESSION_PROTECTION_NOTIF) }; in iwl_mvm_schedule_session_protection() local
1214 notif, ARRAY_SIZE(notif), in iwl_mvm_schedule_session_protection()