Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c4421 struct iwl_mvm_tpt_counter *queue_counter; in iwl_mvm_count_mpdu() local
4435 queue_counter = &mvm_sta->mpdu_counters[queue]; in iwl_mvm_count_mpdu()
4436 link_counter = &queue_counter->per_link[fw_link_id]; in iwl_mvm_count_mpdu()
4438 spin_lock_bh(&queue_counter->lock); in iwl_mvm_count_mpdu()
4452 if (time_is_before_jiffies(queue_counter->window_start + in iwl_mvm_count_mpdu()
4454 memset(queue_counter->per_link, 0, in iwl_mvm_count_mpdu()
4455 sizeof(queue_counter->per_link)); in iwl_mvm_count_mpdu()
4456 queue_counter->window_start = jiffies; in iwl_mvm_count_mpdu()
4462 total_mpdus += tx ? queue_counter->per_link[i].tx : in iwl_mvm_count_mpdu()
4463 queue_counter->per_link[i].rx; in iwl_mvm_count_mpdu()
[all …]