Home
last modified time | relevance | path

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

/dpdk/lib/stack/
H A Drte_stack_lf_generic.h39 struct rte_stack_lf_head old_head; in __rte_stack_lf_push_elems() local
80 struct rte_stack_lf_head old_head; in __rte_stack_lf_pop_elems() local
H A Drte_stack_lf_c11.h39 struct rte_stack_lf_head old_head; in __rte_stack_lf_push_elems() local
78 struct rte_stack_lf_head old_head; in __rte_stack_lf_pop_elems() local
/dpdk/lib/ring/
H A Drte_ring_generic_pvt.h58 __rte_ring_move_prod_head(struct rte_ring * r,unsigned int is_sp,unsigned int n,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * new_head,uint32_t * free_entries) __rte_ring_move_prod_head() argument
129 __rte_ring_move_cons_head(struct rte_ring * r,unsigned int is_sc,unsigned int n,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * new_head,uint32_t * entries) __rte_ring_move_cons_head() argument
H A Drte_ring_c11_pvt.h57 __rte_ring_move_prod_head(struct rte_ring * r,unsigned int is_sp,unsigned int n,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * new_head,uint32_t * free_entries) __rte_ring_move_prod_head() argument
134 __rte_ring_move_cons_head(struct rte_ring * r,int is_sc,unsigned int n,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * new_head,uint32_t * entries) __rte_ring_move_cons_head() argument
H A Drte_ring_rts_elem_pvt.h72 __rte_ring_rts_move_prod_head(struct rte_ring * r,uint32_t num,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * free_entries) __rte_ring_rts_move_prod_head() argument
130 __rte_ring_rts_move_cons_head(struct rte_ring * r,uint32_t num,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * entries) __rte_ring_rts_move_cons_head() argument
H A Drte_ring_hts_elem_pvt.h58 __rte_ring_hts_move_prod_head(struct rte_ring * r,unsigned int num,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * free_entries) __rte_ring_hts_move_prod_head() argument
116 __rte_ring_hts_move_cons_head(struct rte_ring * r,unsigned int num,enum rte_ring_queue_behavior behavior,uint32_t * old_head,uint32_t * entries) __rte_ring_hts_move_cons_head() argument
/dpdk/drivers/crypto/qat/dev/
H A Dqat_sym_pmd_gen1.c1144 uint32_t old_head, new_head; in qat_sym_dp_dequeue_done_gen1() local