Home
last modified time | relevance | path

Searched defs:te (Results 1 – 23 of 23) sorted by relevance

/dpdk/lib/hash/
H A Drte_fbk_hash.c42 struct rte_tailq_entry *te; in EAL_REGISTER_TAILQ() local
76 struct rte_tailq_entry *te; in rte_fbk_hash_create() local
177 struct rte_tailq_entry *te; in rte_fbk_hash_free() local
H A Drte_thash.c215 struct rte_tailq_entry *te; in rte_thash_init_ctx() local
304 struct rte_tailq_entry *te; in rte_thash_find_existing() local
329 struct rte_tailq_entry *te; in rte_thash_free_ctx() local
H A Drte_cuckoo_hash.c60 struct rte_tailq_entry *te; in rte_hash_find_existing() local
137 struct rte_tailq_entry *te = NULL; in rte_hash_create() local
487 struct rte_tailq_entry *te; in rte_hash_free() local
/dpdk/lib/stack/
H A Drte_stack.c53 struct rte_tailq_entry *te; in rte_stack_create() local
135 struct rte_tailq_entry *te; in rte_stack_free() local
167 struct rte_tailq_entry *te; in rte_stack_lookup() local
/dpdk/lib/ring/
H A Drte_ring.c245 struct rte_tailq_entry *te; in rte_ring_create_elem() local
320 struct rte_tailq_entry *te; in rte_ring_free() local
381 const struct rte_tailq_entry *te; in rte_ring_list_dump() local
399 struct rte_tailq_entry *te; in rte_ring_lookup() local
/dpdk/lib/member/
H A Drte_member.c27 struct rte_tailq_entry *te; in EAL_REGISTER_TAILQ() local
51 struct rte_tailq_entry *te; in rte_member_free() local
85 struct rte_tailq_entry *te; in rte_member_create() local
/dpdk/lib/mbuf/
H A Drte_mbuf_dyn.c167 struct rte_tailq_entry *te; in __mbuf_dynfield_lookup() local
228 struct rte_tailq_entry *te = NULL; in __rte_mbuf_dynfield_register_offset() local
360 struct rte_tailq_entry *te; in __mbuf_dynflag_lookup() local
419 struct rte_tailq_entry *te = NULL; in __rte_mbuf_dynflag_register_bitnum() local
530 struct rte_tailq_entry *te; in rte_mbuf_dyn_dump() local
/dpdk/lib/meter/
H A Drte_meter.h350 uint64_t te; /* Number of bytes currently available in the excess (E) token bucket */ member
409 uint64_t te; member
419 uint64_t time_diff, n_periods, tc, te; in rte_meter_srtcm_color_blind_check() local
461 uint64_t time_diff, n_periods, tc, te; in rte_meter_srtcm_color_aware_check() local
588 uint64_t time_diff_tc, time_diff_te, n_periods_tc, n_periods_te, tc, te; in rte_meter_trtcm_rfc4115_color_blind_check() local
632 uint64_t time_diff_tc, time_diff_te, n_periods_tc, n_periods_te, tc, te; in rte_meter_trtcm_rfc4115_color_aware_check() local
/dpdk/lib/acl/
H A Drte_acl.c314 struct rte_tailq_entry *te; in rte_acl_find_existing() local
337 struct rte_tailq_entry *te; in rte_acl_free() local
371 struct rte_tailq_entry *te; in rte_acl_create() local
536 struct rte_tailq_entry *te; in rte_acl_list_dump() local
/dpdk/examples/l3fwd/
H A Dl3fwd_altivec.h20 __vector unsigned int te[FWDSTEP]; in processx4_step3() local
130 __vector unsigned int te, ve; in process_packet() local
H A Dl3fwd_sse.h19 __m128i te[FWDSTEP]; in processx4_step3() local
109 __m128i te, ve; in process_packet() local
H A Dl3fwd_neon.h19 uint32x4_t te[FWDSTEP]; in processx4_step3() local
112 uint32x4_t te, ve; in process_packet() local
/dpdk/lib/mempool/
H A Drte_mempool.c720 struct rte_tailq_entry *te; in rte_mempool_free() local
804 struct rte_tailq_entry *te = NULL; in rte_mempool_create_empty() local
1313 struct rte_tailq_entry *te; in rte_mempool_list_dump() local
1333 struct rte_tailq_entry *te; in rte_mempool_lookup() local
1359 struct rte_tailq_entry *te = NULL; in rte_mempool_walk() local
1384 struct rte_tailq_entry *te; in mempool_event_callback_invoke() local
1403 struct rte_tailq_entry *te = NULL; in rte_mempool_event_callback_register() local
1457 struct rte_tailq_entry *te = NULL; in rte_mempool_event_callback_unregister() local
/dpdk/lib/reorder/
H A Drte_reorder.c105 struct rte_tailq_entry *te; in rte_reorder_create() local
203 struct rte_tailq_entry *te; in rte_reorder_free() local
237 struct rte_tailq_entry *te; in rte_reorder_find_existing() local
/dpdk/lib/fib/
H A Drte_fib.c154 struct rte_tailq_entry *te; in rte_fib_create() local
245 struct rte_tailq_entry *te; in rte_fib_find_existing() local
282 struct rte_tailq_entry *te; in rte_fib_free() local
H A Drte_fib6.c155 struct rte_tailq_entry *te; in rte_fib6_create() local
246 struct rte_tailq_entry *te; in rte_fib6_find_existing() local
283 struct rte_tailq_entry *te; in rte_fib6_free() local
/dpdk/lib/ipsec/
H A Dipsec_sad.c259 struct rte_tailq_entry *te; in rte_ipsec_sad_create() local
388 struct rte_tailq_entry *te; in rte_ipsec_sad_find_existing() local
420 struct rte_tailq_entry *te; in rte_ipsec_sad_destroy() local
/dpdk/lib/rib/
H A Drte_rib.c397 struct rte_tailq_entry *te; in rte_rib_create() local
477 struct rte_tailq_entry *te; in rte_rib_find_existing() local
501 struct rte_tailq_entry *te; in rte_rib_free() local
H A Drte_rib6.c469 struct rte_tailq_entry *te; in rte_rib6_create() local
550 struct rte_tailq_entry *te; in rte_rib6_find_existing() local
579 struct rte_tailq_entry *te; in rte_rib6_free() local
/dpdk/lib/kni/
H A Drte_kni.c123 struct rte_tailq_entry *te; in __rte_kni_get() local
218 struct rte_tailq_entry *te; in rte_kni_alloc() local
404 struct rte_tailq_entry *te; in rte_kni_release() local
/dpdk/lib/lpm/
H A Drte_lpm.c121 struct rte_tailq_entry *te; in rte_lpm_find_existing() local
152 struct rte_tailq_entry *te; in rte_lpm_create() local
255 struct rte_tailq_entry *te; in rte_lpm_free() local
H A Drte_lpm6.c245 struct rte_tailq_entry *te; in rte_lpm6_create() local
383 struct rte_tailq_entry *te; in rte_lpm6_find_existing() local
411 struct rte_tailq_entry *te; in rte_lpm6_free() local
/dpdk/lib/efd/
H A Drte_efd.c502 struct rte_tailq_entry *te; in rte_efd_create() local
721 struct rte_tailq_entry *te; in rte_efd_find_existing() local
748 struct rte_tailq_entry *te, *temp; in rte_efd_free() local