Home
last modified time | relevance | path

Searched refs:cons_next (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/ring/
H A Drte_ring_elem_pvt.h367 uint32_t cons_head, cons_next; in __rte_ring_do_dequeue_elem() local
371 &cons_head, &cons_next, &entries); in __rte_ring_do_dequeue_elem()
377 __rte_ring_update_tail(&r->cons, cons_head, cons_next, is_sc, 0); in __rte_ring_do_dequeue_elem()
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst166 The cons_next local variable points to the next element of the table, or several elements after in …
181 …step is to modify ring->cons_head in the ring structure to point to the same location as cons_next.