Searched refs:pkts_counters (Results 1 – 2 of 2) sorted by relevance
45 &mld->low_latency.pkts_counters[q]; in iwl_mld_calc_low_latency()135 sizeof(*ll->pkts_counters), GFP_KERNEL); in iwl_mld_low_latency_init()136 if (!ll->pkts_counters) in iwl_mld_low_latency_init()140 spin_lock_init(&ll->pkts_counters[q].lock); in iwl_mld_low_latency_init()157 kfree(ll->pkts_counters); in iwl_mld_low_latency_free()158 ll->pkts_counters = NULL; in iwl_mld_low_latency_free()171 memset(ll->pkts_counters[q].vo_vi, 0, in iwl_mld_low_latency_restart_cleanup()172 sizeof(ll->pkts_counters[q].vo_vi)); in iwl_mld_low_latency_restart_cleanup()328 spin_lock_bh(&ll->pkts_counters[q].lock); in iwl_mld_low_latency_restart()329 ll->pkts_counters[q].vo_vi[mac] = 0; in iwl_mld_low_latency_restart()[all …]
49 struct iwl_mld_low_latency_packets_counters *pkts_counters; member