Lines Matching refs:queue_counter
860 struct iwl_mld_per_q_mpdu_counter *queue_counter; in iwl_mld_count_mpdu() local
881 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()
927 spin_unlock_bh(&queue_counter->lock); in iwl_mld_count_mpdu()