Searched refs:nd_q (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | rings.c | 14 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 D | dp.c | 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() 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() 558 if (unlikely(netif_tx_queue_stopped(nd_q))) in nfp_nfdk_tx_complete() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | dp.c | 51 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() 260 struct netdev_queue *nd_q; in nfp_nfd3_tx() local 279 nd_q = netdev_get_tx_queue(dp->netdev, qidx); in nfp_nfd3_tx() 280 netif_tx_stop_queue(nd_q); in nfp_nfd3_tx() 372 nd_q = netdev_get_tx_queue(dp->netdev, tx_ring->idx); in nfp_nfd3_tx() 376 nfp_nfd3_tx_ring_stop(nd_q, tx_ring); in nfp_nfd3_tx() 423 struct netdev_queue *nd_q; in nfp_nfd3_tx_complete() local 494 if (unlikely(netif_tx_queue_stopped(nd_q))) in nfp_nfd3_tx_complete() [all …]
|
H A D | rings.c | 44 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()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 4720 + vcgt.s16 q5, q2, q5 @ if (((beta + (beta >> 1)) >> 3) > dq0 + dq3), i.e. if (nd_q > … 4725 + vand q5, q7 @ AND nd_q test with block/line masks 42460 + int nd_q = 1; 42465 + nd_q = 2; 42485 + if (!no_q && nd_q > 1) { 42662 + int nd_q = 1; 42667 + nd_q = 2; 42687 + if (!no_q && nd_q > 1) {
|