Lines Matching refs:notif
221 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notify_csa() argument
226 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
231 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
236 if (!notif->status) { in iwl_mvm_te_handle_notify_csa()
255 struct iwl_time_event_notif *notif, in iwl_mvm_te_check_trigger() argument
281 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
282 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
288 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
289 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
303 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument
308 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
309 le32_to_cpu(notif->action)); in iwl_mvm_te_handle_notif()
311 iwl_mvm_te_check_trigger(mvm, notif, te_data); in iwl_mvm_te_handle_notif()
321 if (!le32_to_cpu(notif->status)) { in iwl_mvm_te_handle_notif()
324 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START)) in iwl_mvm_te_handle_notif()
337 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_te_handle_notif()
360 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_te_handle_notif()
369 iwl_mvm_te_handle_notify_csa(mvm, te_data, notif); in iwl_mvm_te_handle_notif()
380 struct iwl_time_event_notif *notif) in iwl_mvm_aux_roc_te_handle_notif() argument
386 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
394 iwl_mvm_te_check_trigger(mvm, notif, te_data); in iwl_mvm_aux_roc_te_handle_notif()
398 le32_to_cpu(notif->unique_id), in iwl_mvm_aux_roc_te_handle_notif()
399 le32_to_cpu(notif->action), le32_to_cpu(notif->status)); in iwl_mvm_aux_roc_te_handle_notif()
401 if (!le32_to_cpu(notif->status) || in iwl_mvm_aux_roc_te_handle_notif()
402 le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) { in iwl_mvm_aux_roc_te_handle_notif()
411 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) { in iwl_mvm_aux_roc_te_handle_notif()
419 le32_to_cpu(notif->action)); in iwl_mvm_aux_roc_te_handle_notif()
433 struct iwl_time_event_notif *notif = (void *)pkt->data; in iwl_mvm_rx_time_event_notif() local
437 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
438 le32_to_cpu(notif->action)); in iwl_mvm_rx_time_event_notif()
442 if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif)) in iwl_mvm_rx_time_event_notif()
446 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
447 iwl_mvm_te_handle_notif(mvm, te_data, notif); in iwl_mvm_rx_time_event_notif()