Home
last modified time | relevance | path

Searched refs:nq (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c349 struct tm_node *nq; in tm_node_queue_id() local
353 TAILQ_FOREACH(nq, nl, node) { in tm_node_queue_id()
2117 struct tm_node *nt, *nq; in pipe_profile_build() local
2141 TAILQ_FOREACH(nq, nl, node) { in pipe_profile_build()
2296 struct tm_node *nq; in tm_tc_wred_profile_get() local
2298 TAILQ_FOREACH(nq, nl, node) { in tm_tc_wred_profile_get()
2303 return nq->wred_profile; in tm_tc_wred_profile_get()
2715 TAILQ_FOREACH(nq, nl, node) { in hierarchy_commit_check()
2913 nq->weight = weight; in update_queue_weight()
3510 struct tm_node *nq, in read_queue_stats() argument
[all …]
/f-stack/freebsd/netinet/
H A Dip_reass.c186 struct mbuf *p, *q, *nq, *t; in ip_reass() local
403 ntohs(GETIP(q)->ip_off); q = nq) { in ip_reass()
413 nq = q->m_nextpkt; in ip_reass()
414 m->m_nextpkt = nq; in ip_reass()
465 nq = q->m_nextpkt; in ip_reass()
467 for (q = nq; q != NULL; q = nq) { in ip_reass()
468 nq = q->m_nextpkt; in ip_reass()
H A Dtcp_reass.c531 struct tseg_qent *nq = NULL; in tcp_reass() local
1063 nq = TAILQ_NEXT(q, tqe_q); in tcp_reass()
1090 q = nq; in tcp_reass()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h440 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq);
441 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
H A Dip_dn_glue.c610 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq) in dn_c_copy_pipe() argument
654 fs->rq_elements = nq; in dn_c_copy_pipe()
695 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) in dn_c_copy_fs() argument
708 fs->rq_elements = nq; in dn_c_copy_fs()
/f-stack/dpdk/drivers/net/null/
H A Drte_eth_null.c358 struct null_queue *nq; in eth_queue_release() local
363 nq = q; in eth_queue_release()
364 rte_free(nq->dummy_packet); in eth_queue_release()
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Darm,komeda.txt18 Required properties for sub-node: pipeline@nq
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c1384 uint8_t tmp, nq; in memif_stats_get() local
1393 nq = (tmp < RTE_ETHDEV_QUEUE_STAT_CNTRS) ? tmp : in memif_stats_get()
1397 for (i = 0; i < nq; i++) { in memif_stats_get()
1407 nq = (tmp < RTE_ETHDEV_QUEUE_STAT_CNTRS) ? tmp : in memif_stats_get()
1411 for (i = 0; i < nq; i++) { in memif_stats_get()
/f-stack/freebsd/kern/
H A Dkern_exit.c206 struct proc *p, *nq, *q, *t; in exit1() local
469 for (; q != NULL; q = nq) { in exit1()
470 nq = LIST_NEXT(q, p_sibling); in exit1()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2261 int nq = min(n, 32); in t4_config_rss_range() local
2269 cmd.niqid = cpu_to_be16(nq); in t4_config_rss_range()
2275 start += nq; in t4_config_rss_range()
2276 n -= nq; in t4_config_rss_range()
2283 while (nq > 0) { in t4_config_rss_range()
2292 int nqbuf = min(3, nq); in t4_config_rss_range()
2294 nq -= nqbuf; in t4_config_rss_range()