Lines Matching refs:queue_counter
4357 struct iwl_mvm_tpt_counter *queue_counter; in iwl_mvm_count_mpdu() local
4371 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()
4406 spin_unlock_bh(&queue_counter->lock); in iwl_mvm_count_mpdu()