Home
last modified time | relevance | path

Searched defs:rte_ring_headtail (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_ring/
H A Drte_ring_core.h71 struct rte_ring_headtail { struct
72 volatile uint32_t head; /**< prod/consumer head. */
73 volatile uint32_t tail; /**< prod/consumer tail. */
75 union {