Searched refs:sync_type (Results 1 – 8 of 8) sorted by relevance
276 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()
95 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()
74 enum rte_ring_sync_type sync_type; member91 enum rte_ring_sync_type sync_type; /**< sync type of prod/cons */ member107 enum rte_ring_sync_type sync_type; /**< sync type of prod/cons */ member
130 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()
198 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()
172 switch (r->prod.sync_type) { in rte_ring_enqueue_elem_finish()335 switch (r->cons.sync_type) { in rte_ring_dequeue_elem_finish()
119 switch (r->prod.sync_type) { in __rte_ring_do_enqueue_start()153 switch (r->cons.sync_type) { in __rte_ring_do_dequeue_start()
601 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()