Lines Matching refs:nd_q
50 nfp_nfd3_tx_ring_stop(struct netdev_queue *nd_q, in nfp_nfd3_tx_ring_stop() argument
53 netif_tx_stop_queue(nd_q); in nfp_nfd3_tx_ring_stop()
58 netif_tx_start_queue(nd_q); in nfp_nfd3_tx_ring_stop()
243 struct netdev_queue *nd_q; in nfp_nfd3_tx() local
261 nd_q = netdev_get_tx_queue(dp->netdev, qidx); in nfp_nfd3_tx()
262 netif_tx_stop_queue(nd_q); in nfp_nfd3_tx()
351 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfd3_tx()
355 nfp_nfd3_tx_ring_stop(nd_q, tx_ring); in nfp_nfd3_tx()
358 if (__netdev_tx_sent_queue(nd_q, txbuf->real_len, netdev_xmit_more())) in nfp_nfd3_tx()
402 struct netdev_queue *nd_q; in nfp_nfd3_tx_complete() local
467 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfd3_tx_complete()
468 netdev_tx_completed_queue(nd_q, done_pkts, done_bytes); in nfp_nfd3_tx_complete()
473 if (unlikely(netif_tx_queue_stopped(nd_q))) in nfp_nfd3_tx_complete()
474 netif_tx_wake_queue(nd_q); in nfp_nfd3_tx_complete()