Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath6kl/
Dcore.c322 skb_queue_head_init(&ar->mcastpsq); in ath6kl_core_create()
Dmain.c943 mcastq_empty = skb_queue_empty(&ar->mcastpsq); in ath6kl_dtimexpiry_event()
953 while ((skb = skb_dequeue(&ar->mcastpsq)) != NULL) { in ath6kl_dtimexpiry_event()
1003 skb_queue_purge(&ar->mcastpsq); in ath6kl_disconnect_event()
Dtxrx.c238 skb_queue_empty(&ar->mcastpsq); in ath6kl_powersave_ap()
239 skb_queue_tail(&ar->mcastpsq, skb); in ath6kl_powersave_ap()
259 if (!skb_queue_empty(&ar->mcastpsq)) in ath6kl_powersave_ap()
Dcore.h749 struct sk_buff_head mcastpsq; member