Searched defs:new_head (Results 1 – 9 of 9) sorted by relevance
/dpdk/lib/stack/ |
H A D | rte_stack_lf_generic.h | 45 struct rte_stack_lf_head new_head; in __rte_stack_lf_push_elems() local 102 struct rte_stack_lf_head new_head; in __rte_stack_lf_pop_elems() local
|
H A D | rte_stack_lf_c11.h | 45 struct rte_stack_lf_head new_head; in __rte_stack_lf_push_elems() local 105 struct rte_stack_lf_head new_head; in __rte_stack_lf_pop_elems() local
|
/dpdk/lib/ring/ |
H A D | rte_ring_generic_pvt.h | 58 __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 D | rte_ring_c11_pvt.h | 57 __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
|
/dpdk/drivers/event/sw/ |
H A D | iq_chunk.h | 176 struct sw_queue_chunk *new_head; in iq_put_back() local
|
/dpdk/drivers/common/qat/dev/ |
H A D | qat_dev_gen1.c | 176 uint32_t new_head) in qat_qp_csr_write_head_gen1()
|
H A D | qat_dev_gen4.c | 257 uint32_t new_head) in qat_qp_csr_write_head_gen4()
|
H A D | qat_dev_gen_lce.c | 220 qat_qp_csr_write_head_gen_lce(struct qat_qp *qp, struct qat_queue *q, uint32_t new_head) in qat_qp_csr_write_head_gen_lce()
|
/dpdk/drivers/crypto/qat/dev/ |
H A D | qat_sym_pmd_gen1.c | 1144 uint32_t old_head, new_head; in qat_sym_dp_dequeue_done_gen1() local
|