Searched refs:wait_time_event (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | time-event.c | 508 struct iwl_notification_wait wait_time_event; in iwl_mvm_time_event_send_add() local 536 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_time_event_send_add() 545 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_time_event_send_add() 550 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_time_event_send_add()
|
| D | mac80211.c | 3688 struct iwl_notification_wait wait_time_event; in iwl_mvm_send_aux_roc_cmd() local 3771 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_send_aux_roc_cmd() 3781 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_send_aux_roc_cmd() 3786 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_send_aux_roc_cmd()
|