Searched refs:wait_time_event (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | time-event.c | 523 struct iwl_notification_wait wait_time_event; in iwl_mvm_time_event_send_add() local 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()
|
| D | mac80211.c | 4402 struct iwl_notification_wait wait_time_event; in iwl_mvm_send_aux_roc_cmd() local 4485 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_send_aux_roc_cmd() 4495 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_send_aux_roc_cmd() 4500 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_send_aux_roc_cmd()
|