Home
last modified time | relevance | path

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

/linux-3.4.99/net/mac80211/
Dsta_info.c275 skb_queue_head_init(&sta->ps_tx_buf[i]); in sta_info_alloc()
518 !skb_queue_empty(&sta->ps_tx_buf[ac]); in sta_info_recalc_tim()
605 spin_lock_irqsave(&sta->ps_tx_buf[ac].lock, flags); in sta_info_cleanup_expire_buffered_ac()
606 skb = skb_peek(&sta->ps_tx_buf[ac]); in sta_info_cleanup_expire_buffered_ac()
608 skb = __skb_dequeue(&sta->ps_tx_buf[ac]); in sta_info_cleanup_expire_buffered_ac()
611 spin_unlock_irqrestore(&sta->ps_tx_buf[ac].lock, flags); in sta_info_cleanup_expire_buffered_ac()
641 return !(skb_queue_empty(&sta->ps_tx_buf[ac]) && in sta_info_cleanup_expire_buffered_ac()
741 local->total_ps_buffered -= skb_queue_len(&sta->ps_tx_buf[ac]); in __sta_info_destroy()
742 ieee80211_purge_tx_queue(&local->hw, &sta->ps_tx_buf[ac]); in __sta_info_destroy()
988 spin_lock_irqsave(&sta->ps_tx_buf[ac].lock, flags); in ieee80211_sta_ps_deliver_wakeup()
[all …]
Dsta_info.h303 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS]; member
Dtx.c357 skb = skb_dequeue(&sta->ps_tx_buf[ac]); in purge_old_ps_buffers()
358 total += skb_queue_len(&sta->ps_tx_buf[ac]); in purge_old_ps_buffers()
488 if (skb_queue_len(&sta->ps_tx_buf[ac]) >= STA_MAX_TX_BUFFER) { in ieee80211_tx_h_unicast_ps_buf()
489 struct sk_buff *old = skb_dequeue(&sta->ps_tx_buf[ac]); in ieee80211_tx_h_unicast_ps_buf()
503 skb_queue_tail(&sta->ps_tx_buf[ac], tx->skb); in ieee80211_tx_h_unicast_ps_buf()
Ddebugfs_sta.c90 skb_queue_len(&sta->ps_tx_buf[ac]) + in sta_num_ps_buf_frames_read()