Home
last modified time | relevance | path

Searched refs:RTE_RING_SYNC_MT_RTS (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ring/
H A Drte_ring_rts.h368 if (r->prod.sync_type == RTE_RING_SYNC_MT_RTS) in rte_ring_get_prod_htd_max()
388 if (r->prod.sync_type != RTE_RING_SYNC_MT_RTS) in rte_ring_set_prod_htd_max()
408 if (r->cons.sync_type == RTE_RING_SYNC_MT_RTS) in rte_ring_get_cons_htd_max()
428 if (r->cons.sync_type != RTE_RING_SYNC_MT_RTS) in rte_ring_set_cons_htd_max()
H A Drte_ring_peek.h72 case RTE_RING_SYNC_MT_RTS: in __rte_ring_do_enqueue_start()
224 case RTE_RING_SYNC_MT_RTS: in rte_ring_enqueue_elem_finish()
272 case RTE_RING_SYNC_MT_RTS: in __rte_ring_do_dequeue_start()
426 case RTE_RING_SYNC_MT_RTS: in rte_ring_dequeue_elem_finish()
H A Drte_ring_peek_zc.h140 case RTE_RING_SYNC_MT_RTS: in __rte_ring_do_enqueue_zc_elem_start()
309 case RTE_RING_SYNC_MT_RTS: in rte_ring_enqueue_zc_elem_finish()
354 case RTE_RING_SYNC_MT_RTS: in __rte_ring_do_dequeue_zc_elem_start()
521 case RTE_RING_SYNC_MT_RTS: in rte_ring_dequeue_zc_elem_finish()
H A Drte_ring.c110 case RTE_RING_SYNC_MT_RTS: in reset_headtail()
152 *prod_st = RTE_RING_SYNC_MT_RTS; in get_sync_type()
169 *cons_st = RTE_RING_SYNC_MT_RTS; in get_sync_type()
H A Drte_ring_core.h61 RTE_RING_SYNC_MT_RTS, /**< multi-thread relaxed tail sync */ enumerator
H A Drte_ring_elem.h580 case RTE_RING_SYNC_MT_RTS: in rte_ring_enqueue_bulk_elem()
764 case RTE_RING_SYNC_MT_RTS: in rte_ring_dequeue_bulk_elem()
952 case RTE_RING_SYNC_MT_RTS: in rte_ring_enqueue_burst_elem()
1064 case RTE_RING_SYNC_MT_RTS: in rte_ring_dequeue_burst_elem()