Lines Matching defs:txq
179 struct sk_buff_head txq;
777 spin_lock_irqsave(&cpts->txq.lock, flags);
778 skb_queue_splice_init(&cpts->txq, &txq_list);
779 spin_unlock_irqrestore(&cpts->txq.lock, flags);
781 /* no need to grab txq.lock as access is always done under cpts->lock */
812 spin_lock_irqsave(&cpts->txq.lock, flags);
813 skb_queue_splice(&txq_list, &cpts->txq);
814 spin_unlock_irqrestore(&cpts->txq.lock, flags);
854 spin_lock_irqsave(&cpts->txq.lock, flags);
855 if (!skb_queue_empty(&cpts->txq))
857 spin_unlock_irqrestore(&cpts->txq.lock, flags);
930 skb_queue_tail(&cpts->txq, skb);
1109 skb_queue_head_init(&cpts->txq);