Searched refs:nq (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 349 struct tm_node *nq; in tm_node_queue_id() local 353 TAILQ_FOREACH(nq, nl, node) { in tm_node_queue_id() 2111 struct tm_node *nt, *nq; in pipe_profile_build() local 2135 TAILQ_FOREACH(nq, nl, node) { in pipe_profile_build() 2290 struct tm_node *nq; in tm_tc_wred_profile_get() local 2292 TAILQ_FOREACH(nq, nl, node) { in tm_tc_wred_profile_get() 2297 return nq->wred_profile; in tm_tc_wred_profile_get() 2709 TAILQ_FOREACH(nq, nl, node) { in hierarchy_commit_check() 2903 nq->weight = weight; in update_queue_weight() 3492 struct tm_node *nq, in read_queue_stats() argument [all …]
|
| /dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 358 struct null_queue *nq = dev->data->rx_queues[qid]; in eth_rx_queue_release() local 360 if (nq == NULL) in eth_rx_queue_release() 363 rte_free(nq->dummy_packet); in eth_rx_queue_release() 369 struct null_queue *nq = dev->data->tx_queues[qid]; in eth_tx_queue_release() local 371 if (nq == NULL) in eth_tx_queue_release() 374 rte_free(nq->dummy_packet); in eth_tx_queue_release()
|
| /dpdk/lib/pdump/ |
| H A D | rte_pdump.c | 705 pdump_sum_stats(uint16_t port, uint16_t nq, in pdump_sum_stats() argument 714 for (qid = 0; qid < nq; qid++) { in pdump_sum_stats()
|
| /dpdk/drivers/net/memif/ |
| H A D | rte_eth_memif.c | 1440 uint8_t tmp, nq; in memif_stats_get() local 1449 nq = (tmp < RTE_ETHDEV_QUEUE_STAT_CNTRS) ? tmp : in memif_stats_get() 1453 for (i = 0; i < nq; i++) { in memif_stats_get() 1463 nq = (tmp < RTE_ETHDEV_QUEUE_STAT_CNTRS) ? tmp : in memif_stats_get() 1467 for (i = 0; i < nq; i++) { in memif_stats_get()
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 2239 int nq = min(n, 32); in t4_config_rss_range() local 2247 cmd.niqid = cpu_to_be16(nq); in t4_config_rss_range() 2253 start += nq; in t4_config_rss_range() 2254 n -= nq; in t4_config_rss_range() 2261 while (nq > 0) { in t4_config_rss_range() 2270 int nqbuf = min(3, nq); in t4_config_rss_range() 2272 nq -= nqbuf; in t4_config_rss_range()
|