Lines Matching refs:notif_wait

456 static bool iwl_mvm_te_notif(struct iwl_notif_wait_data *notif_wait,  in iwl_mvm_te_notif()  argument
460 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_te_notif()
488 static bool iwl_mvm_time_event_response(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_time_event_response() argument
492 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_time_event_response()
551 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_time_event_send_add()
560 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_time_event_send_add()
565 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_time_event_send_add()
639 iwl_init_notification_wait(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session()
647 iwl_remove_notification(&mvm->notif_wait, &wait_te_notif); in iwl_mvm_protect_session()
648 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session()
1138 static bool iwl_mvm_session_prot_notif(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_session_prot_notif() argument
1142 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_session_prot_notif()
1221 iwl_init_notification_wait(&mvm->notif_wait, &wait_notif, in iwl_mvm_schedule_session_protection()
1230 iwl_remove_notification(&mvm->notif_wait, &wait_notif); in iwl_mvm_schedule_session_protection()
1231 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_notif, in iwl_mvm_schedule_session_protection()