Home
last modified time | relevance | path

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

/dpdk/lib/ring/
H A Drte_ring_elem_pvt.h320 uint32_t prod_head, prod_next; in __rte_ring_do_enqueue_elem() local
324 &prod_head, &prod_next, &free_entries); in __rte_ring_do_enqueue_elem()
330 __rte_ring_update_tail(&r->prod, prod_head, prod_next, is_sp, 1); in __rte_ring_do_enqueue_elem()
/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst113 The prod_next local variable points to the next element of the table, or several elements after in …
128 …d step is to modify *ring->prod_head* in ring structure to point to the same location as prod_next.
219 The prod_next local variable points to the next element of the table,
235 …step is to modify ring->prod_head in the ring structure to point to the same location as prod_next.
241 * Otherwise, ring->prod_head is set to local prod_next,