Lines Matching defs:txq
1009 STAT_GENET_SOFT_MIB("txq" __stringify(num) "_packets", \
1011 STAT_GENET_SOFT_MIB("txq" __stringify(num) "_bytes", \
1944 struct netdev_queue *txq;
1949 txq = netdev_get_tx_queue(ring->priv->dev, ring->queue);
1950 netif_tx_wake_queue(txq);
2051 struct netdev_queue *txq;
2074 txq = netdev_get_tx_queue(dev, ring->queue);
2080 if (!netif_tx_queue_stopped(txq))
2081 netif_tx_stop_queue(txq);
2158 netdev_tx_sent_queue(txq, GENET_CB(skb)->bytes_sent);
2161 netif_tx_stop_queue(txq);
2163 if (!netdev_xmit_more() || netif_xmit_stopped(txq))
3031 struct netdev_queue *txq;
3042 txq = netdev_get_tx_queue(priv->dev, priv->tx_rings[i].queue);
3043 netdev_tx_reset_queue(txq);
3046 txq = netdev_get_tx_queue(priv->dev, priv->tx_rings[DESC_INDEX].queue);
3047 netdev_tx_reset_queue(txq);
3505 struct netdev_queue *txq;
3512 txq = netdev_get_tx_queue(priv->dev, ring->queue);
3524 txq_stopped = netif_tx_queue_stopped(txq);