Searched refs:mcastpsq (Results 1 – 4 of 4) sorted by relevance
301 skb_queue_head_init(&ar->mcastpsq); in ath6kl_core_create()
934 mcastq_empty = skb_queue_empty(&ar->mcastpsq); in ath6kl_dtimexpiry_event()944 while ((skb = skb_dequeue(&ar->mcastpsq)) != NULL) { in ath6kl_dtimexpiry_event()994 skb_queue_purge(&ar->mcastpsq); in ath6kl_disconnect_event()
237 skb_queue_empty(&ar->mcastpsq); in ath6kl_powersave_ap()238 skb_queue_tail(&ar->mcastpsq, skb); in ath6kl_powersave_ap()258 if (!skb_queue_empty(&ar->mcastpsq)) in ath6kl_powersave_ap()
724 struct sk_buff_head mcastpsq; member