Searched refs:queue_counter (Results 1 – 3 of 3) sorted by relevance
584 spin_lock_bh(&queue_counter->lock); in iwl_mld_emlsr_check_tpt()588 link < ARRAY_SIZE(queue_counter->per_link); in iwl_mld_emlsr_check_tpt()590 total_tx += queue_counter->per_link[link].tx; in iwl_mld_emlsr_check_tpt()591 total_rx += queue_counter->per_link[link].rx; in iwl_mld_emlsr_check_tpt()599 memset(queue_counter->per_link, 0, in iwl_mld_emlsr_check_tpt()600 sizeof(queue_counter->per_link)); in iwl_mld_emlsr_check_tpt()602 spin_unlock_bh(&queue_counter->lock); in iwl_mld_emlsr_check_tpt()1192 spin_lock_bh(&queue_counter->lock); in iwl_mld_ignore_tpt_iter()1194 memset(queue_counter->per_link, 0, in iwl_mld_ignore_tpt_iter()1195 sizeof(queue_counter->per_link)); in iwl_mld_ignore_tpt_iter()[all …]
860 struct iwl_mld_per_q_mpdu_counter *queue_counter; in iwl_mld_count_mpdu() local881 queue_counter = &mld_sta->mpdu_counters[queue]; in iwl_mld_count_mpdu()889 time_is_before_jiffies(queue_counter->window_start_time + in iwl_mld_count_mpdu()891 memset(queue_counter->per_link, 0, in iwl_mld_count_mpdu()892 sizeof(queue_counter->per_link)); in iwl_mld_count_mpdu()893 queue_counter->window_start_time = jiffies; in iwl_mld_count_mpdu()898 link_counter = &queue_counter->per_link[mld_link->fw_id]; in iwl_mld_count_mpdu()900 spin_lock_bh(&queue_counter->lock); in iwl_mld_count_mpdu()916 total_mpdus += tx ? queue_counter->per_link[i].tx : in iwl_mld_count_mpdu()917 queue_counter->per_link[i].rx; in iwl_mld_count_mpdu()[all …]
4357 struct iwl_mvm_tpt_counter *queue_counter; in iwl_mvm_count_mpdu() local4371 queue_counter = &mvm_sta->mpdu_counters[queue]; in iwl_mvm_count_mpdu()4372 link_counter = &queue_counter->per_link[fw_link_id]; in iwl_mvm_count_mpdu()4374 spin_lock_bh(&queue_counter->lock); in iwl_mvm_count_mpdu()4388 if (time_is_before_jiffies(queue_counter->window_start + in iwl_mvm_count_mpdu()4390 memset(queue_counter->per_link, 0, in iwl_mvm_count_mpdu()4391 sizeof(queue_counter->per_link)); in iwl_mvm_count_mpdu()4392 queue_counter->window_start = jiffies; in iwl_mvm_count_mpdu()4398 total_mpdus += tx ? queue_counter->per_link[i].tx : in iwl_mvm_count_mpdu()4399 queue_counter->per_link[i].rx; in iwl_mvm_count_mpdu()[all …]
Completed in 19 milliseconds