Lines Matching refs:notif
10 #include "fw/notif-wait.h"
236 struct iwl_time_event_notif *notif)
241 if (!notif->status)
246 if (!notif->status)
251 if (!notif->status) {
271 struct iwl_time_event_notif *notif,
294 !(trig_action_bitmap & le32_to_cpu(notif->action)) ||
295 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status))))
301 le32_to_cpu(notif->action),
302 le32_to_cpu(notif->status));
312 * @notif: the notification data corresponding the time event data.
316 struct iwl_time_event_notif *notif)
320 IWL_DEBUG_TE(mvm, "Handle time event notif - UID = 0x%x action %d\n",
321 le32_to_cpu(notif->unique_id),
322 le32_to_cpu(notif->action));
324 iwl_mvm_te_check_trigger(mvm, notif, te_data);
334 if (!le32_to_cpu(notif->status)) {
337 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START))
350 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) {
386 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) {
394 iwl_mvm_te_handle_notify_csa(mvm, te_data, notif);
424 struct iwl_roc_notif *notif = (void *)pkt->data;
425 u32 activity = le32_to_cpu(notif->activity);
426 bool started = le32_to_cpu(notif->success) &&
427 le32_to_cpu(notif->started);
458 struct iwl_time_event_notif *notif)
463 if (le32_to_cpu(notif->unique_id) == te_data->uid) {
471 iwl_mvm_te_check_trigger(mvm, notif, te_data);
475 le32_to_cpu(notif->unique_id),
476 le32_to_cpu(notif->action), le32_to_cpu(notif->status));
478 if (!le32_to_cpu(notif->status) ||
479 le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_END) {
488 } else if (le32_to_cpu(notif->action) == TE_V2_NOTIF_HOST_EVENT_START) {
495 le32_to_cpu(notif->action));
509 struct iwl_time_event_notif *notif = (void *)pkt->data;
513 le32_to_cpu(notif->unique_id),
514 le32_to_cpu(notif->action));
518 if (!iwl_mvm_aux_roc_te_handle_notif(mvm, notif))
522 if (le32_to_cpu(notif->unique_id) == te_data->uid)
523 iwl_mvm_te_handle_notif(mvm, te_data, notif);
960 struct iwl_mvm_session_prot_notif *notif = (void *)pkt->data;
964 int id = le32_to_cpu(notif->mac_link_id);
1000 if (!le32_to_cpu(notif->status)) {
1008 if (le32_to_cpu(notif->start)) {
1010 te_data->running = le32_to_cpu(notif->start);
1031 if (!le32_to_cpu(notif->status) || !le32_to_cpu(notif->start)) {
1037 } else if (le32_to_cpu(notif->start)) {
1039 le32_to_cpu(notif->conf_id)))
1451 const u16 notif[] = { WIDE_ID(MAC_CONF_GROUP, SESSION_PROTECTION_NOTIF) };
1501 notif, ARRAY_SIZE(notif),