Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_ps.c472 &sta->ps_tx_buf[ac]); in mps_frame_deliver()
483 !skb_queue_empty(&sta->ps_tx_buf[ac])) in mps_frame_deliver()
602 buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) + in ieee80211_mps_frame_release()
A Dsta_info.c162 ieee80211_purge_tx_queue(&local->hw, &sta->ps_tx_buf[ac]); in __cleanup_single_sta()
698 skb_queue_head_init(&sta->ps_tx_buf[i]); in __sta_info_alloc()
1115 !skb_queue_empty(&sta->ps_tx_buf[ac]); in __sta_info_recalc_tim()
1213 spin_lock_irqsave(&sta->ps_tx_buf[ac].lock, flags); in sta_info_cleanup_expire_buffered_ac()
1214 skb = skb_peek(&sta->ps_tx_buf[ac]); in sta_info_cleanup_expire_buffered_ac()
1216 skb = __skb_dequeue(&sta->ps_tx_buf[ac]); in sta_info_cleanup_expire_buffered_ac()
1247 return !(skb_queue_empty(&sta->ps_tx_buf[ac]) && in sta_info_cleanup_expire_buffered_ac()
1817 spin_lock_irqsave(&sta->ps_tx_buf[ac].lock, flags); in ieee80211_sta_ps_deliver_wakeup()
1972 !skb_queue_empty(&sta->ps_tx_buf[ac])) in ieee80211_sta_ps_more_data()
2014 &sta->ps_tx_buf[ac]); in ieee80211_sta_ps_get_frames()
[all …]
A Dsta_info.h739 struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS]; member
A Dtx.c363 skb = skb_dequeue(&sta->ps_tx_buf[ac]); in purge_old_ps_buffers()
364 total += skb_queue_len(&sta->ps_tx_buf[ac]); in purge_old_ps_buffers()
499 if (skb_queue_len(&sta->ps_tx_buf[ac]) >= STA_MAX_TX_BUFFER) { in ieee80211_tx_h_unicast_ps_buf()
500 struct sk_buff *old = skb_dequeue(&sta->ps_tx_buf[ac]); in ieee80211_tx_h_unicast_ps_buf()
512 skb_queue_tail(&sta->ps_tx_buf[ac], tx->skb); in ieee80211_tx_h_unicast_ps_buf()
A Ddebugfs_sta.c114 skb_queue_len(&sta->ps_tx_buf[ac]) + in sta_num_ps_buf_frames_read()

Completed in 661 milliseconds