Lines Matching refs:txq
3604 struct netdev_queue *txq; in niu_tx_work() local
3610 txq = netdev_get_tx_queue(np->dev, index); in niu_tx_work()
3634 if (unlikely(netif_tx_queue_stopped(txq) && in niu_tx_work()
3636 __netif_tx_lock(txq, smp_processor_id()); in niu_tx_work()
3637 if (netif_tx_queue_stopped(txq) && in niu_tx_work()
3639 netif_tx_wake_queue(txq); in niu_tx_work()
3640 __netif_tx_unlock(txq); in niu_tx_work()
6634 struct netdev_queue *txq; in niu_start_xmit() local
6644 txq = netdev_get_tx_queue(dev, i); in niu_start_xmit()
6647 netif_tx_stop_queue(txq); in niu_start_xmit()
6740 netif_tx_stop_queue(txq); in niu_start_xmit()
6742 netif_tx_wake_queue(txq); in niu_start_xmit()