Lines Matching refs:notif
200 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notify_csa() argument
205 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
210 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
215 if (!notif->status) { in iwl_mvm_te_handle_notify_csa()
234 struct iwl_time_event_notif *notif, in iwl_mvm_te_check_trigger() argument
258 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
259 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
265 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
266 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
280 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument
285 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
286 le32_to_cpu(notif->action)); in iwl_mvm_te_handle_notif()
288 iwl_mvm_te_check_trigger(mvm, notif, te_data); in iwl_mvm_te_handle_notif()
298 if (!le32_to_cpu(notif->status)) { in iwl_mvm_te_handle_notif()
301 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) in iwl_mvm_te_handle_notif()
314 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_te_handle_notif()
337 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
346 iwl_mvm_te_handle_notify_csa(mvm, te_data, notif); in iwl_mvm_te_handle_notif()
357 struct iwl_time_event_notif *notif) in iwl_mvm_aux_roc_te_handle_notif() argument
363 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
371 iwl_mvm_te_check_trigger(mvm, notif, te_data); in iwl_mvm_aux_roc_te_handle_notif()
373 if (!le32_to_cpu(notif->status)) { in iwl_mvm_aux_roc_te_handle_notif()
376 (le32_to_cpu(notif->action) & in iwl_mvm_aux_roc_te_handle_notif()
383 le32_to_cpu(notif->unique_id), in iwl_mvm_aux_roc_te_handle_notif()
384 le32_to_cpu(notif->action)); in iwl_mvm_aux_roc_te_handle_notif()
386 if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_aux_roc_te_handle_notif()
395 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_aux_roc_te_handle_notif()
403 le32_to_cpu(notif->action)); in iwl_mvm_aux_roc_te_handle_notif()
418 struct iwl_time_event_notif *notif = (void *)pkt->data; in iwl_mvm_rx_time_event_notif() local
422 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
423 le32_to_cpu(notif->action)); in iwl_mvm_rx_time_event_notif()
427 if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif)) in iwl_mvm_rx_time_event_notif()
431 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
432 iwl_mvm_te_handle_notif(mvm, te_data, notif); in iwl_mvm_rx_time_event_notif()