Searched refs:stats_wait (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | utils.c | 387 struct iwl_notification_wait stats_wait; in iwl_mvm_request_system_statistics() local 400 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_system_statistics() 407 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_system_statistics() 415 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 2); in iwl_mvm_request_system_statistics() 467 struct iwl_notification_wait stats_wait; in iwl_mvm_request_statistics() local 472 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_statistics() 478 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_statistics() 485 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_request_statistics()
|