Searched refs:queue_counter (Results 1 – 1 of 1) sorted by relevance
856 struct iwl_mld_per_q_mpdu_counter *queue_counter; in iwl_mld_count_mpdu() local877 queue_counter = &mld_sta->mpdu_counters[queue]; in iwl_mld_count_mpdu()885 time_is_before_jiffies(queue_counter->window_start_time + in iwl_mld_count_mpdu()887 memset(queue_counter->per_link, 0, in iwl_mld_count_mpdu()888 sizeof(queue_counter->per_link)); in iwl_mld_count_mpdu()889 queue_counter->window_start_time = jiffies; in iwl_mld_count_mpdu()894 link_counter = &queue_counter->per_link[mld_link->fw_id]; in iwl_mld_count_mpdu()896 spin_lock_bh(&queue_counter->lock); in iwl_mld_count_mpdu()912 total_mpdus += tx ? queue_counter->per_link[i].tx : in iwl_mld_count_mpdu()913 queue_counter->per_link[i].rx; in iwl_mld_count_mpdu()[all …]