Lines Matching defs:txq
374 struct sk_buff_head txq;
2637 temp = unlink_urbs(dev, &dev->txq) + unlink_urbs(dev, &dev->rxq);
2641 !skb_queue_empty(&dev->txq) &&
2791 defer_bh(dev, skb, &dev->txq, tx_done);
3278 spin_lock_irqsave(&dev->txq.lock, flags);
3281 spin_unlock_irqrestore(&dev->txq.lock, flags);
3301 spin_unlock_irqrestore(&dev->txq.lock, flags);
3311 lan78xx_queue_skb(&dev->txq, skb, tx_start);
3312 if (skb_queue_len(&dev->txq) >= dev->tx_qlen)
3327 spin_unlock_irqrestore(&dev->txq.lock, flags);
3359 if (skb_queue_len(&dev->txq) < dev->tx_qlen)
3415 unlink_urbs(dev, &dev->txq);
3564 unlink_urbs(dev, &dev->txq);
3637 skb_queue_head_init(&dev->txq);
3934 spin_lock_irq(&dev->txq.lock);
3936 if ((skb_queue_len(&dev->txq) ||
3939 spin_unlock_irq(&dev->txq.lock);
3944 spin_unlock_irq(&dev->txq.lock);
4038 spin_lock_irq(&dev->txq.lock);
4048 lan78xx_queue_skb(&dev->txq, skb, tx_start);
4053 spin_unlock_irq(&dev->txq.lock);
4056 if (!(skb_queue_len(&dev->txq) >= dev->tx_qlen))