Home
last modified time | relevance | path

Searched refs:stats_wait (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c391 struct iwl_notification_wait stats_wait; in iwl_mvm_request_system_statistics()
404 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait,
411 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_statistics()
419 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 2); in iwl_mvm_request_statistics()
471 struct iwl_notification_wait stats_wait; in iwl_mvm_request_statistics()
476 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_accu_radio_stats()
482 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_accu_radio_stats()
489 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_diversity_iter()
367 struct iwl_notification_wait stats_wait; iwl_mvm_request_system_statistics() local
447 struct iwl_notification_wait stats_wait; iwl_mvm_request_statistics() local