Searched refs:nt (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 1133 struct tm_node *nt, in update_subport_tc_rate() argument 1187 struct tm_node *nt; in pmd_tm_shared_shaper_add_update() local 2111 struct tm_node *nt, *nq; in pipe_profile_build() local 2124 TAILQ_FOREACH(nt, nl, node) { in pipe_profile_build() 2131 pp->tc_rate[nt->priority] = in pipe_profile_build() 2568 mask |= 1 << nt->priority; in hierarchy_commit_check() 2586 if (nt->n_children != 1 && nt->n_children != RTE_SCHED_BE_QUEUES_PER_PIPE) in hierarchy_commit_check() 3099 struct tm_node *nt, in update_tc_rate() argument 3135 nt->shaper_profile = sp; in update_tc_rate() 3409 struct tm_node *nt, in read_tc_stats() argument [all …]
|
| /dpdk/lib/ring/ |
| H A D | rte_ring_rts_elem_pvt.h | 27 union __rte_ring_rts_poscnt h, ot, nt; in __rte_ring_rts_update_tail() local 40 nt.raw = ot.raw; in __rte_ring_rts_update_tail() 41 if (++nt.val.cnt == h.val.cnt) in __rte_ring_rts_update_tail() 42 nt.val.pos = h.val.pos; in __rte_ring_rts_update_tail() 44 } while (__atomic_compare_exchange_n(&ht->tail.raw, &ot.raw, nt.raw, in __rte_ring_rts_update_tail()
|