Lines Matching refs:txq
1172 struct netdev_queue *txq; in __bcmgenet_tx_reclaim() local
1224 txq = netdev_get_tx_queue(dev, ring->queue); in __bcmgenet_tx_reclaim()
1225 if (netif_tx_queue_stopped(txq)) in __bcmgenet_tx_reclaim()
1226 netif_tx_wake_queue(txq); in __bcmgenet_tx_reclaim()
1429 struct netdev_queue *txq; in bcmgenet_xmit() local
1451 txq = netdev_get_tx_queue(dev, ring->queue); in bcmgenet_xmit()
1455 netif_tx_stop_queue(txq); in bcmgenet_xmit()
1507 netif_tx_stop_queue(txq); in bcmgenet_xmit()
1509 if (!skb->xmit_more || netif_xmit_stopped(txq)) in bcmgenet_xmit()
2968 struct netdev_queue *txq; in bcmgenet_dump_tx_queue() local
2976 txq = netdev_get_tx_queue(priv->dev, ring->queue); in bcmgenet_dump_tx_queue()
2988 txq_stopped = netif_tx_queue_stopped(txq); in bcmgenet_dump_tx_queue()