Home
last modified time | relevance | path

Searched refs:sync_type (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/ring/
H A Drte_ring_rts.h276 if (r->prod.sync_type == RTE_RING_SYNC_MT_RTS) in rte_ring_get_prod_htd_max()
295 if (r->prod.sync_type != RTE_RING_SYNC_MT_RTS) in rte_ring_set_prod_htd_max()
314 if (r->cons.sync_type == RTE_RING_SYNC_MT_RTS) in rte_ring_get_cons_htd_max()
333 if (r->cons.sync_type != RTE_RING_SYNC_MT_RTS) in rte_ring_set_cons_htd_max()
H A Drte_ring.c95 switch (ht->sync_type) { in reset_headtail()
186 RTE_BUILD_BUG_ON(offsetof(struct rte_ring_headtail, sync_type) != in rte_ring_init()
187 offsetof(struct rte_ring_hts_headtail, sync_type)); in rte_ring_init()
191 RTE_BUILD_BUG_ON(offsetof(struct rte_ring_headtail, sync_type) != in rte_ring_init()
192 offsetof(struct rte_ring_rts_headtail, sync_type)); in rte_ring_init()
209 ret = get_sync_type(flags, &r->prod.sync_type, &r->cons.sync_type); in rte_ring_init()
H A Drte_ring_core.h74 enum rte_ring_sync_type sync_type; member
91 enum rte_ring_sync_type sync_type; /**< sync type of prod/cons */ member
107 enum rte_ring_sync_type sync_type; /**< sync type of prod/cons */ member
H A Drte_ring_peek_zc.h130 switch (r->prod.sync_type) { in __rte_ring_do_enqueue_zc_elem_start()
293 switch (r->prod.sync_type) { in rte_ring_enqueue_zc_elem_finish()
337 switch (r->cons.sync_type) { in __rte_ring_do_dequeue_zc_elem_start()
499 switch (r->cons.sync_type) { in rte_ring_dequeue_zc_elem_finish()
H A Drte_ring_elem.h198 switch (r->prod.sync_type) { in rte_ring_enqueue_bulk_elem()
380 switch (r->cons.sync_type) { in rte_ring_dequeue_bulk_elem()
566 switch (r->prod.sync_type) { in rte_ring_enqueue_burst_elem()
676 switch (r->cons.sync_type) { in rte_ring_dequeue_burst_elem()
H A Drte_ring_peek.h172 switch (r->prod.sync_type) { in rte_ring_enqueue_elem_finish()
335 switch (r->cons.sync_type) { in rte_ring_dequeue_elem_finish()
H A Drte_ring_peek_elem_pvt.h119 switch (r->prod.sync_type) { in __rte_ring_do_enqueue_start()
153 switch (r->cons.sync_type) { in __rte_ring_do_dequeue_start()
H A Drte_ring.h601 return r->prod.sync_type; in rte_ring_get_prod_sync_type()
629 return r->cons.sync_type; in rte_ring_get_cons_sync_type()