/dpdk/lib/ip_frag/ |
H A D | ip_frag_internal.c | 225 struct ip_frag_pkt *pkt, *free, *stale, *lru; in ip_frag_find() local 286 struct ip_frag_pkt **free, struct ip_frag_pkt **stale) in ip_frag_lookup()
|
/dpdk/app/test/ |
H A D | test_ring_hts_stress.c | 16 uint32_t *free) in _st_ring_enqueue_bulk()
|
H A D | test_ring_mpmc_stress.c | 16 uint32_t *free) in _st_ring_enqueue_bulk()
|
H A D | test_ring_rts_stress.c | 16 uint32_t *free) in _st_ring_enqueue_bulk()
|
H A D | test_ring_mt_peek_stress.c | 22 uint32_t *free) in _st_ring_enqueue_bulk()
|
H A D | test_ring_mt_peek_stress_zc.c | 28 uint32_t *free) in _st_ring_enqueue_bulk()
|
H A D | test_ring_st_peek_stress.c | 28 uint32_t *free) in _st_ring_enqueue_bulk()
|
H A D | test_ring_st_peek_stress_zc.c | 33 uint32_t *free) in _st_ring_enqueue_bulk()
|
/dpdk/lib/port/ |
H A D | rte_swx_port.h | 105 rte_swx_port_in_free_t free; global() member 225 rte_swx_port_out_free_t free; global() member
|
/dpdk/drivers/net/hns3/ |
H A D | hns3_rxtx_vec.h | 14 struct rte_mbuf **free = txq->free; in hns3_tx_bulk_free_buffers() local
|
/dpdk/drivers/net/bnxt/tf_core/ |
H A D | bitalloc.c | 67 ba_init(struct bitalloc *pool, int size, bool free) in ba_init() 395 int free) in ba_find_next_helper()
|
/dpdk/drivers/raw/ifpga/base/ |
H A D | ifpga_compat.h | 27 #define free(size) opae_free(size) macro
|
/dpdk/lib/mempool/ |
H A D | rte_mempool.h | 423 #define RTE_MEMPOOL_CHECK_COOKIES(mp, obj_table_const, n, free) \ argument 426 #define RTE_MEMPOOL_CHECK_COOKIES(mp, obj_table_const, n, free) do {} while (0) argument 449 free) \ argument 454 free) \ argument 695 rte_mempool_free_t free; /**< Free the external pool. */ member
|
H A D | rte_mempool.c | 1059 void * const *obj_table_const, unsigned n, int free) in rte_mempool_check_cookies() 1128 void * const *first_obj_table_const, unsigned int n, int free) in rte_mempool_contig_blocks_check_cookies()
|
/dpdk/lib/ring/ |
H A D | rte_ring_peek_elem_pvt.h | 117 uint32_t free, head, next; in __rte_ring_do_enqueue_start() local
|
H A D | rte_ring_rts_elem_pvt.h | 207 uint32_t free, head; __rte_ring_do_rts_enqueue_elem() local
|
H A D | rte_ring_hts_elem_pvt.h | 193 uint32_t free, head; __rte_ring_do_hts_enqueue_elem() local
|
H A D | rte_ring_peek_zc.h | 128 uint32_t free, head, next; in __rte_ring_do_enqueue_zc_elem_start() local
|
/dpdk/drivers/net/ngbe/ |
H A D | ngbe_rxtx_vec_common.h | 90 struct rte_mbuf *m, *free[RTE_NGBE_TX_MAX_FREE_BUF_SZ]; in ngbe_tx_free_bufs() local
|
/dpdk/lib/table/ |
H A D | rte_swx_table.h | 314 rte_swx_table_free_t free; global() member
|
/dpdk/drivers/net/txgbe/ |
H A D | txgbe_rxtx_vec_common.h | 90 struct rte_mbuf *m, *free[RTE_TXGBE_TX_MAX_FREE_BUF_SZ]; in txgbe_tx_free_bufs() local
|
/dpdk/drivers/vdpa/mlx5/ |
H A D | mlx5_vdpa_cthread.c | 36 void * const *obj, uint32_t n, uint32_t *free) in mlx5_vdpa_c_thrd_ring_enqueue_bulk()
|
/dpdk/lib/stack/ |
H A D | rte_stack.h | 59 alignas(RTE_CACHE_LINE_SIZE) struct rte_stack_lf_list free; global() member
|
/dpdk/drivers/net/nfp/nfpcore/ |
H A D | nfp_cpp.h | 37 void (*free)(struct nfp_cpp *cpp); member
|
/dpdk/examples/l3fwd/ |
H A D | l3fwd_event.h | 112 uint16_t *des_pos, free = 0; in filter_bad_packets() local
|