Home
last modified time | relevance | path

Searched refs:nd_q (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c51 nfp_nfd3_tx_ring_stop(struct netdev_queue *nd_q, in nfp_nfd3_tx_ring_stop() argument
54 netif_tx_stop_queue(nd_q); in nfp_nfd3_tx_ring_stop()
59 netif_tx_start_queue(nd_q); in nfp_nfd3_tx_ring_stop()
263 struct netdev_queue *nd_q; in nfp_nfd3_tx() local
282 nd_q = netdev_get_tx_queue(dp->netdev, qidx); in nfp_nfd3_tx()
283 netif_tx_stop_queue(nd_q); in nfp_nfd3_tx()
375 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfd3_tx()
379 nfp_nfd3_tx_ring_stop(nd_q, tx_ring); in nfp_nfd3_tx()
426 struct netdev_queue *nd_q; in nfp_nfd3_tx_complete() local
497 if (unlikely(netif_tx_queue_stopped(nd_q))) in nfp_nfd3_tx_complete()
[all …]
H A Drings.c44 struct netdev_queue *nd_q; in nfp_nfd3_tx_ring_reset() local
93 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfd3_tx_ring_reset()
94 netdev_tx_reset_queue(nd_q); in nfp_nfd3_tx_ring_reset()
/linux-6.15/drivers/net/ethernet/netronome/nfp/nfdk/
H A Drings.c14 struct netdev_queue *nd_q; in nfp_nfdk_tx_ring_reset() local
70 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfdk_tx_ring_reset()
71 netdev_tx_reset_queue(nd_q); in nfp_nfdk_tx_ring_reset()
H A Ddp.c28 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()
264 struct netdev_queue *nd_q; in nfp_nfdk_tx() local
275 nd_q = netdev_get_tx_queue(dp->netdev, qidx); in nfp_nfdk_tx()
281 netif_tx_stop_queue(nd_q); in nfp_nfdk_tx()
423 nfp_nfdk_tx_ring_stop(nd_q, tx_ring); in nfp_nfdk_tx()
478 struct netdev_queue *nd_q; in nfp_nfdk_tx_complete() local
555 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfdk_tx_complete()
561 if (unlikely(netif_tx_queue_stopped(nd_q))) in nfp_nfdk_tx_complete()
[all …]