Searched refs:stats_wait (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | stats.c | 120 struct iwl_notification_wait stats_wait; in iwl_mld_fw_stats_to_mac80211() local 123 iwl_init_notification_wait(&mld->notif_wait, &stats_wait, in iwl_mld_fw_stats_to_mac80211() 130 iwl_remove_notification(&mld->notif_wait, &stats_wait); in iwl_mld_fw_stats_to_mac80211() 138 ret = iwl_wait_notification(&mld->notif_wait, &stats_wait, HZ / 2); in iwl_mld_fw_stats_to_mac80211()
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | utils.c | 381 struct iwl_notification_wait stats_wait; in iwl_mvm_request_system_statistics() local 394 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_system_statistics() 401 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_system_statistics() 409 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 2); in iwl_mvm_request_system_statistics() 461 struct iwl_notification_wait stats_wait; in iwl_mvm_request_statistics() local 466 iwl_init_notification_wait(&mvm->notif_wait, &stats_wait, in iwl_mvm_request_statistics() 472 iwl_remove_notification(&mvm->notif_wait, &stats_wait); in iwl_mvm_request_statistics() 479 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_request_statistics()
|
Completed in 10 milliseconds