Searched refs:mpdu_counters (Results 1 – 3 of 3) sorted by relevance
652 kfree(mld_sta->mpdu_counters); in iwl_mld_destroy_sta()697 mld_sta->mpdu_counters = kzalloc_objs(*mld_sta->mpdu_counters, in iwl_mld_alloc_mpdu_counters()699 if (!mld_sta->mpdu_counters) in iwl_mld_alloc_mpdu_counters()703 spin_lock_init(&mld_sta->mpdu_counters[q].lock); in iwl_mld_alloc_mpdu_counters()868 if (!mld_sta->mpdu_counters) in iwl_mld_count_mpdu()877 queue_counter = &mld_sta->mpdu_counters[queue]; in iwl_mld_count_mpdu()
546 if (!mld_sta->mpdu_counters) in iwl_mld_emlsr_check_tpt()578 &mld_sta->mpdu_counters[q]; in iwl_mld_emlsr_check_tpt()1165 if (!mld_sta->mpdu_counters) in iwl_mld_ignore_tpt_iter()1178 &mld_sta->mpdu_counters[q]; in iwl_mld_ignore_tpt_iter()
141 struct iwl_mld_per_q_mpdu_counter *mpdu_counters; member