Lines Matching refs:nq
1870 struct netdev_queue *nq, bool napi)
1909 netdev_tx_completed_queue(nq, pkts_compl, bytes_compl);
1916 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id);
1923 mvneta_txq_bufs_free(pp, txq, tx_done, nq, true);
1927 if (netif_tx_queue_stopped(nq)) {
1929 netif_tx_wake_queue(nq);
2178 struct netdev_queue *nq;
2189 nq = netdev_get_tx_queue(pp->dev, txq->id);
2191 __netif_tx_lock(nq, cpu);
2206 __netif_tx_unlock(nq);
2220 struct netdev_queue *nq;
2230 nq = netdev_get_tx_queue(pp->dev, txq->id);
2232 __netif_tx_lock(nq, cpu);
2244 __netif_tx_unlock(nq);
2976 struct netdev_queue *nq = netdev_get_tx_queue(dev, txq_id);
2979 netdev_tx_sent_queue(nq, len);
2983 netif_tx_stop_queue(nq);
2985 if (!netdev_xmit_more() || netif_xmit_stopped(nq) ||
3009 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id);
3012 mvneta_txq_bufs_free(pp, txq, tx_done, nq, false);
3026 struct netdev_queue *nq;
3032 nq = netdev_get_tx_queue(pp->dev, txq->id);
3033 __netif_tx_lock(nq, cpu);
3038 __netif_tx_unlock(nq);
3602 struct netdev_queue *nq = netdev_get_tx_queue(pp->dev, txq->id);
3612 netdev_tx_reset_queue(nq);