ps_tx_buf         115 net/mac80211/debugfs_sta.c 			       skb_queue_len(&sta->ps_tx_buf[ac]) +
ps_tx_buf         462 net/mac80211/mesh_ps.c 					&sta->ps_tx_buf[ac]);
ps_tx_buf         473 net/mac80211/mesh_ps.c 		    !skb_queue_empty(&sta->ps_tx_buf[ac]))
ps_tx_buf         592 net/mac80211/mesh_ps.c 			buffer_local += skb_queue_len(&sta->ps_tx_buf[ac]) +
ps_tx_buf         124 net/mac80211/sta_info.c 		local->total_ps_buffered -= skb_queue_len(&sta->ps_tx_buf[ac]);
ps_tx_buf         125 net/mac80211/sta_info.c 		ieee80211_purge_tx_queue(&local->hw, &sta->ps_tx_buf[ac]);
ps_tx_buf         397 net/mac80211/sta_info.c 		skb_queue_head_init(&sta->ps_tx_buf[i]);
ps_tx_buf         810 net/mac80211/sta_info.c 				!skb_queue_empty(&sta->ps_tx_buf[ac]);
ps_tx_buf         908 net/mac80211/sta_info.c 		spin_lock_irqsave(&sta->ps_tx_buf[ac].lock, flags);
ps_tx_buf         909 net/mac80211/sta_info.c 		skb = skb_peek(&sta->ps_tx_buf[ac]);
ps_tx_buf         911 net/mac80211/sta_info.c 			skb = __skb_dequeue(&sta->ps_tx_buf[ac]);
ps_tx_buf         914 net/mac80211/sta_info.c 		spin_unlock_irqrestore(&sta->ps_tx_buf[ac].lock, flags);
ps_tx_buf         942 net/mac80211/sta_info.c 	return !(skb_queue_empty(&sta->ps_tx_buf[ac]) &&
ps_tx_buf        1322 net/mac80211/sta_info.c 		spin_lock_irqsave(&sta->ps_tx_buf[ac].lock, flags);
ps_tx_buf        1323 net/mac80211/sta_info.c 		skb_queue_splice_tail_init(&sta->ps_tx_buf[ac], &pending);
ps_tx_buf        1324 net/mac80211/sta_info.c 		spin_unlock_irqrestore(&sta->ps_tx_buf[ac].lock, flags);
ps_tx_buf        1496 net/mac80211/sta_info.c 		    !skb_queue_empty(&sta->ps_tx_buf[ac]))
ps_tx_buf        1538 net/mac80211/sta_info.c 						&sta->ps_tx_buf[ac]);
ps_tx_buf        1554 net/mac80211/sta_info.c 		    !skb_queue_empty(&sta->ps_tx_buf[ac]))
ps_tx_buf         562 net/mac80211/sta_info.h 	struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS];
ps_tx_buf         386 net/mac80211/tx.c 			skb = skb_dequeue(&sta->ps_tx_buf[ac]);
ps_tx_buf         387 net/mac80211/tx.c 			total += skb_queue_len(&sta->ps_tx_buf[ac]);
ps_tx_buf         522 net/mac80211/tx.c 		if (skb_queue_len(&sta->ps_tx_buf[ac]) >= STA_MAX_TX_BUFFER) {
ps_tx_buf         523 net/mac80211/tx.c 			struct sk_buff *old = skb_dequeue(&sta->ps_tx_buf[ac]);
ps_tx_buf         535 net/mac80211/tx.c 		skb_queue_tail(&sta->ps_tx_buf[ac], tx->skb);