Lines Matching defs:pending
176 ieee80211_purge_tx_queue(&local->hw, &tid_tx->pending);
1239 * Before removing the station from the driver there might be pending
1677 struct sk_buff_head pending;
1709 skb_queue_head_init(&pending);
1715 int count = skb_queue_len(&pending), tmp;
1718 skb_queue_splice_tail_init(&sta->tx_filtered[ac], &pending);
1720 tmp = skb_queue_len(&pending);
1725 skb_queue_splice_tail_init(&sta->ps_tx_buf[ac], &pending);
1727 tmp = skb_queue_len(&pending);
1731 ieee80211_add_pending_skbs(local, &pending);
1993 struct sk_buff_head pending;
1999 skb_queue_head_init(&pending);
2033 __skb_queue_tail(&pending, skb);
2087 ieee80211_add_pending_skbs(local, &pending);
2371 "Device %s AC %d pending airtime underflow: %u, %u",