Searched refs:wait_time_event (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | time-event.c | 516 struct iwl_notification_wait wait_time_event; in iwl_mvm_time_event_send_add() local 544 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_time_event_send_add() 553 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_time_event_send_add() 558 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_time_event_send_add()
|
D | mac80211.c | 3715 struct iwl_notification_wait wait_time_event; in iwl_mvm_send_aux_roc_cmd() local 3798 iwl_init_notification_wait(&mvm->notif_wait, &wait_time_event, in iwl_mvm_send_aux_roc_cmd() 3808 iwl_remove_notification(&mvm->notif_wait, &wait_time_event); in iwl_mvm_send_aux_roc_cmd() 3813 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_send_aux_roc_cmd()
|