Lines Matching refs:nd_q
28 static void nfp_nfdk_tx_ring_stop(struct netdev_queue *nd_q, in nfp_nfdk_tx_ring_stop() argument
31 netif_tx_stop_queue(nd_q); in nfp_nfdk_tx_ring_stop()
36 netif_tx_start_queue(nd_q); in nfp_nfdk_tx_ring_stop()
261 struct netdev_queue *nd_q; in nfp_nfdk_tx() local
272 nd_q = netdev_get_tx_queue(dp->netdev, qidx); in nfp_nfdk_tx()
278 netif_tx_stop_queue(nd_q); in nfp_nfdk_tx()
420 nfp_nfdk_tx_ring_stop(nd_q, tx_ring); in nfp_nfdk_tx()
423 if (__netdev_tx_sent_queue(nd_q, real_len, netdev_xmit_more())) in nfp_nfdk_tx()
475 struct netdev_queue *nd_q; in nfp_nfdk_tx_complete() local
552 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfdk_tx_complete()
553 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_nfdk_tx_complete()
558 if (unlikely(netif_tx_queue_stopped(nd_q))) in nfp_nfdk_tx_complete()
559 netif_tx_wake_queue(nd_q); in nfp_nfdk_tx_complete()