Lines Matching defs:txq
981 STAT_GENET_SOFT_MIB("txq" __stringify(num) "_packets", \
983 STAT_GENET_SOFT_MIB("txq" __stringify(num) "_bytes", \
1891 struct netdev_queue *txq;
1896 txq = netdev_get_tx_queue(ring->priv->dev, ring->queue);
1897 netif_tx_wake_queue(txq);
1998 struct netdev_queue *txq;
2021 txq = netdev_get_tx_queue(dev, ring->queue);
2027 if (!netif_tx_queue_stopped(txq)) {
2028 netif_tx_stop_queue(txq);
2109 netdev_tx_sent_queue(txq, GENET_CB(skb)->bytes_sent);
2112 netif_tx_stop_queue(txq);
2114 if (!netdev_xmit_more() || netif_xmit_stopped(txq))
2984 struct netdev_queue *txq;
2995 txq = netdev_get_tx_queue(priv->dev, priv->tx_rings[i].queue);
2996 netdev_tx_reset_queue(txq);
2999 txq = netdev_get_tx_queue(priv->dev, priv->tx_rings[DESC_INDEX].queue);
3000 netdev_tx_reset_queue(txq);
3461 struct netdev_queue *txq;
3468 txq = netdev_get_tx_queue(priv->dev, ring->queue);
3480 txq_stopped = netif_tx_queue_stopped(txq);