Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c121 if (!skb_queue_empty(&conn->apsdq)) in ath6kl_process_uapsdq()
157 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_process_uapsdq()
158 skb_queue_tail(&conn->apsdq, skb); in ath6kl_process_uapsdq()
1261 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_uapsd_trigger_frame_rx()
1267 skb = skb_dequeue(&conn->apsdq); in ath6kl_uapsd_trigger_frame_rx()
1268 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_uapsd_trigger_frame_rx()
1491 is_apsdq_empty = skb_queue_empty(&conn->apsdq); in ath6kl_rx()
1492 while ((skbuff = skb_dequeue(&conn->apsdq))) { in ath6kl_rx()
H A Dcore.c310 skb_queue_head_init(&ar->sta_list[ctr].apsdq); in ath6kl_core_create()
H A Dcore.h428 struct sk_buff_head apsdq; member
H A Dmain.c94 skb_queue_purge(&sta->apsdq); in ath6kl_sta_cleanup()