Lines Matching refs:notif_wait

448 static bool iwl_mvm_te_notif(struct iwl_notif_wait_data *notif_wait,  in iwl_mvm_te_notif()  argument
452 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_te_notif()
480 static bool iwl_mvm_time_event_response(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_time_event_response() argument
484 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_time_event_response()
543 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_time_event_send_add()
552 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_time_event_send_add()
557 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_time_event_send_add()
631 iwl_init_notification_wait(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session()
639 iwl_remove_notification(&mvm->notif_wait, &wait_te_notif); in iwl_mvm_protect_session()
640 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session()
1130 static bool iwl_mvm_session_prot_notif(struct iwl_notif_wait_data *notif_wait, in iwl_mvm_session_prot_notif() argument
1134 container_of(notif_wait, struct iwl_mvm, notif_wait); in iwl_mvm_session_prot_notif()
1213 iwl_init_notification_wait(&mvm->notif_wait, &wait_notif, in iwl_mvm_schedule_session_protection()
1222 iwl_remove_notification(&mvm->notif_wait, &wait_notif); in iwl_mvm_schedule_session_protection()
1223 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_notif, in iwl_mvm_schedule_session_protection()