Searched refs:stats_wait (Results 1 – 1 of 1) sorted by relevance
| /freebsd-head/sys/contrib/dev/iwlwifi/mvm/ |
| HD | utils.c | 386 struct iwl_notification_wait stats_wait; in iwl_mvm_request_system_statistics() local 399 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_system_statistics() 406 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_system_statistics() 414 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 2); in iwl_mvm_request_system_statistics() 466 struct iwl_notification_wait stats_wait; in iwl_mvm_request_statistics() local 471 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_statistics() 477 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_statistics() 484 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_request_statistics()
|