Home
last modified time | relevance | path

Searched defs:mp (Results 1 – 25 of 178) sorted by relevance

12345678

/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c13 common_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table, in common_ring_mp_enqueue()
21 common_ring_sp_enqueue(struct rte_mempool *mp, void * const *obj_table, in common_ring_sp_enqueue()
29 rts_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table, in rts_ring_mp_enqueue()
37 hts_ring_mp_enqueue(struct rte_mempool *mp, void * const *obj_table, in hts_ring_mp_enqueue()
45 common_ring_mc_dequeue(struct rte_mempool *mp, void **obj_table, unsigned n) in common_ring_mc_dequeue()
73 common_ring_get_count(const struct rte_mempool *mp) in common_ring_get_count()
79 ring_alloc(struct rte_mempool *mp, uint32_t rg_flags) in ring_alloc()
109 common_ring_alloc(struct rte_mempool *mp) in common_ring_alloc()
122 rts_ring_alloc(struct rte_mempool *mp) in rts_ring_alloc()
128 hts_ring_alloc(struct rte_mempool *mp) in hts_ring_alloc()
[all …]
/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c10 __stack_alloc(struct rte_mempool *mp, uint32_t flags) in __stack_alloc()
33 stack_alloc(struct rte_mempool *mp) in stack_alloc()
39 lf_stack_alloc(struct rte_mempool *mp) in lf_stack_alloc()
45 stack_enqueue(struct rte_mempool *mp, void * const *obj_table, in stack_enqueue()
54 stack_dequeue(struct rte_mempool *mp, void **obj_table, in stack_dequeue()
63 stack_get_count(const struct rte_mempool *mp) in stack_get_count()
71 stack_free(struct rte_mempool *mp) in stack_free()
/dpdk/lib/mempool/
H A Drte_mempool.c183 rte_mempool_obj_iter(struct rte_mempool *mp, in rte_mempool_obj_iter()
201 rte_mempool_mem_iter(struct rte_mempool *mp, in rte_mempool_mem_iter()
298 mempool_ops_alloc_once(struct rte_mempool *mp) in mempool_ops_alloc_once()
627 get_anon_size(const struct rte_mempool *mp) in get_anon_size()
717 rte_mempool_free(struct rte_mempool *mp) in rte_mempool_free()
803 struct rte_mempool *mp = NULL; in rte_mempool_create_empty() local
954 struct rte_mempool *mp; in rte_mempool_create() local
1207 rte_mempool_audit(struct rte_mempool *mp) in rte_mempool_audit()
1312 struct rte_mempool *mp = NULL; in rte_mempool_list_dump() local
1332 struct rte_mempool *mp = NULL; in rte_mempool_lookup() local
[all …]
H A Drte_mempool_ops.c75 rte_mempool_ops_alloc(struct rte_mempool *mp) in rte_mempool_ops_alloc()
86 rte_mempool_ops_free(struct rte_mempool *mp) in rte_mempool_ops_free()
99 rte_mempool_ops_get_count(const struct rte_mempool *mp) in rte_mempool_ops_get_count()
111 rte_mempool_ops_calc_mem_size(const struct rte_mempool *mp, in rte_mempool_ops_calc_mem_size()
128 rte_mempool_ops_populate(struct rte_mempool *mp, unsigned int max_objs, in rte_mempool_ops_populate()
150 rte_mempool_ops_get_info(const struct rte_mempool *mp, in rte_mempool_ops_get_info()
164 rte_mempool_set_ops_byname(struct rte_mempool *mp, const char *name, in rte_mempool_set_ops_byname()
H A Drte_mempool.h317 #define RTE_MEMPOOL_STAT_ADD(mp, name, n) do {} while (0) argument
328 #define RTE_MEMPOOL_HEADER_SIZE(mp, cs) \ argument
333 #define MEMPOOL_HEADER_SIZE(mp, cs) \ argument
362 struct rte_mempool *mp = rte_mempool_from_obj(obj); in rte_mempool_get_trailer() local
740 rte_mempool_ops_dequeue_bulk(struct rte_mempool *mp, in rte_mempool_ops_dequeue_bulk()
1307 struct rte_mempool *mp) in rte_mempool_cache_flush()
1436 rte_mempool_put(struct rte_mempool *mp, void *obj) in rte_mempool_put()
1601 rte_mempool_get(struct rte_mempool *mp, void **obj_p) in rte_mempool_get()
1628 rte_mempool_get_contig_blocks(struct rte_mempool *mp, in rte_mempool_get_contig_blocks()
1691 rte_mempool_full(const struct rte_mempool *mp) in rte_mempool_full()
[all …]
H A Drte_mempool_ops_default.c10 rte_mempool_op_calc_mem_size_helper(const struct rte_mempool *mp, in rte_mempool_op_calc_mem_size_helper()
69 rte_mempool_op_calc_mem_size_default(const struct rte_mempool *mp, in rte_mempool_op_calc_mem_size_default()
91 rte_mempool_op_populate_helper(struct rte_mempool *mp, unsigned int flags, in rte_mempool_op_populate_helper()
138 rte_mempool_op_populate_default(struct rte_mempool *mp, unsigned int max_objs, in rte_mempool_op_populate_default()
/dpdk/drivers/mempool/cnxk/
H A Dcnxk_mempool_ops.c12 cnxk_mempool_enq(struct rte_mempool *mp, void *const *obj_table, unsigned int n) in cnxk_mempool_enq()
28 cnxk_mempool_deq(struct rte_mempool *mp, void **obj_table, unsigned int n) in cnxk_mempool_deq()
52 cnxk_mempool_get_count(const struct rte_mempool *mp) in cnxk_mempool_get_count()
58 cnxk_mempool_calc_mem_size(const struct rte_mempool *mp, uint32_t obj_num, in cnxk_mempool_calc_mem_size()
73 cnxk_mempool_alloc(struct rte_mempool *mp) in cnxk_mempool_alloc()
121 cnxk_mempool_free(struct rte_mempool *mp) in cnxk_mempool_free()
132 cnxk_mempool_populate(struct rte_mempool *mp, unsigned int max_objs, in cnxk_mempool_populate()
H A Dcn10k_mempool_ops.c80 batch_op_init(struct rte_mempool *mp) in batch_op_init()
106 batch_op_fini(struct rte_mempool *mp) in batch_op_fini()
135 cn10k_mempool_enq(struct rte_mempool *mp, void *const *obj_table, in cn10k_mempool_enq()
161 cn10k_mempool_get_count(const struct rte_mempool *mp) in cn10k_mempool_get_count()
187 cn10k_mempool_deq(struct rte_mempool *mp, void **obj_table, unsigned int n) in cn10k_mempool_deq()
257 cn10k_mempool_alloc(struct rte_mempool *mp) in cn10k_mempool_alloc()
296 cn10k_mempool_free(struct rte_mempool *mp) in cn10k_mempool_free()
H A Dcn9k_mempool_ops.c11 cn9k_mempool_enq(struct rte_mempool *mp, void *const *obj_table, unsigned int n) in cn9k_mempool_enq()
24 cn9k_mempool_deq(struct rte_mempool *mp, void **obj_table, unsigned int n) in cn9k_mempool_deq()
46 cn9k_mempool_alloc(struct rte_mempool *mp) in cn9k_mempool_alloc()
/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c13 octeontx_fpavf_alloc(struct rte_mempool *mp) in octeontx_fpavf_alloc()
46 octeontx_fpavf_free(struct rte_mempool *mp) in octeontx_fpavf_free()
71 octeontx_fpavf_enqueue(struct rte_mempool *mp, void * const *obj_table, in octeontx_fpavf_enqueue()
87 octeontx_fpavf_dequeue(struct rte_mempool *mp, void **obj_table, in octeontx_fpavf_dequeue()
120 octeontx_fpavf_get_count(const struct rte_mempool *mp) in octeontx_fpavf_get_count()
130 octeontx_fpavf_calc_mem_size(const struct rte_mempool *mp, in octeontx_fpavf_calc_mem_size()
156 octeontx_fpavf_populate(struct rte_mempool *mp, unsigned int max_objs, in octeontx_fpavf_populate()
/dpdk/app/test/
H A Dtest_mempool.c66 my_obj_init(struct rte_mempool *mp, __rte_unused void *arg, in my_obj_init()
317 my_mp_init(struct rte_mempool *mp, __rte_unused void *arg) in my_mp_init()
381 test_mempool_basic_ex(struct rte_mempool *mp) in test_mempool_basic_ex()
479 test_mp_mem_init(struct rte_mempool *mp, in test_mp_mem_init()
495 struct rte_mempool *mp; member
502 struct rte_mempool *mp, void *user_data) in test_mempool_events_cb()
524 struct rte_mempool *mp[mempool_num], *freed; in test_mempool_events() local
647 struct rte_mempool *mp, void *user_data) in test_mempool_events_safety_cb()
669 struct rte_mempool *mp; in test_mempool_events_safety() local
749 struct rte_mempool *mp = NULL; in test_mempool_flag_non_io_set_when_no_iova_contig_set() local
[all …]
H A Dsample_packet_forward.c22 test_dev_start(uint16_t port, struct rte_mempool *mp) in test_dev_start()
66 test_mp_free(struct rte_mempool *mp) in test_mp_free()
87 test_get_mempool(struct rte_mempool **mp, char *poolname) in test_get_mempool()
98 test_get_mbuf_from_pool(struct rte_mempool **mp, struct rte_mbuf **pbuf, in test_get_mbuf_from_pool()
116 test_put_mbuf_to_pool(struct rte_mempool *mp, struct rte_mbuf **pbuf) in test_put_mbuf_to_pool()
H A Dtest_mempool_perf.c115 my_obj_init(struct rte_mempool *mp, __rte_unused void *arg, in my_obj_init()
124 test_loop(struct rte_mempool *mp, struct rte_mempool_cache *cache, in test_loop()
160 struct rte_mempool *mp = arg; in per_lcore_mempool_test() local
229 launch_cores(struct rte_mempool *mp, unsigned int cores) in launch_cores()
290 do_one_mempool_test(struct rte_mempool *mp, unsigned int cores) in do_one_mempool_test()
H A Dtest_kni.c97 struct rte_mempool * mp; in test_kni_create_mempool() local
232 struct rte_mempool *mp = test_kni_lookup_mempool(); in test_kni_loop() local
421 test_kni_processing(uint16_t port_id, struct rte_mempool *mp) in test_kni_processing()
544 struct rte_mempool *mp; in test_kni() local
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c46 struct softnic_mtr_meter_profile *mp; in softnic_mtr_free() local
58 struct softnic_mtr_meter_policy *mp; in softnic_mtr_free() local
74 struct softnic_mtr_meter_profile *mp; in softnic_mtr_meter_profile_find() local
90 struct softnic_mtr_meter_profile *mp; in meter_profile_check() local
145 struct softnic_mtr_meter_profile *mp; in pmd_mtr_meter_profile_add() local
179 struct softnic_mtr_meter_profile *mp; in pmd_mtr_meter_profile_delete() local
210 struct softnic_mtr_meter_policy *mp; in softnic_mtr_meter_policy_find() local
228 struct softnic_mtr_meter_policy *mp; in pmd_mtr_meter_policy_add() local
333 struct softnic_mtr_meter_policy *mp; in pmd_mtr_meter_policy_delete() local
425 struct softnic_mtr_meter_profile *mp; in pmd_mtr_create() local
[all …]
/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c40 rte_hw_mbuf_create_pool(struct rte_mempool *mp) in rte_hw_mbuf_create_pool()
147 rte_hw_mbuf_free_pool(struct rte_mempool *mp) in rte_hw_mbuf_free_pool()
266 int rte_dpaa2_bpid_info_init(struct rte_mempool *mp) in rte_dpaa2_bpid_info_init()
290 rte_dpaa2_mbuf_pool_bpid(struct rte_mempool *mp) in rte_dpaa2_mbuf_pool_bpid()
304 rte_dpaa2_mbuf_from_buf_addr(struct rte_mempool *mp, void *buf_addr) in rte_dpaa2_mbuf_from_buf_addr()
413 rte_hw_mbuf_get_count(const struct rte_mempool *mp) in rte_hw_mbuf_get_count()
448 dpaa2_populate(struct rte_mempool *mp, unsigned int max_objs, in dpaa2_populate()
H A Ddpaa2_hw_mempool.h46 struct rte_mempool *mp; /**< DPDK RTE EAL pool reference */ member
57 #define mempool_to_bpinfo(mp) ((struct dpaa2_bp_info *)(mp)->pool_data) argument
58 #define mempool_to_bpid(mp) ((mempool_to_bpinfo(mp))->bpid) argument
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c62 bucket_stack_create(const struct rte_mempool *mp, unsigned int n_elts) in bucket_stack_create()
140 bucket_enqueue(struct rte_mempool *mp, void * const *obj_table, in bucket_enqueue()
279 bucket_dequeue(struct rte_mempool *mp, void **obj_table, unsigned int n) in bucket_dequeue()
310 bucket_dequeue_contig_blocks(struct rte_mempool *mp, void **first_obj_table, in bucket_dequeue_contig_blocks()
367 count_underfilled_buckets(struct rte_mempool *mp, in count_underfilled_buckets()
392 bucket_get_count(const struct rte_mempool *mp) in bucket_get_count()
413 struct rte_mempool *mp; in bucket_init_per_lcore() local
455 bucket_alloc(struct rte_mempool *mp) in bucket_alloc()
549 bucket_free(struct rte_mempool *mp) in bucket_free()
565 bucket_calc_mem_size(const struct rte_mempool *mp, uint32_t obj_num, in bucket_calc_mem_size()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c45 struct rte_mempool *mp; member
1563 struct rte_mempool *mp) in mlx5_mempool_reg_lookup()
1602 void *pd, struct rte_mempool *mp, in mlx5_mr_mempool_register_primary()
1717 struct rte_mempool *mp, bool is_extmem) in mlx5_mr_mempool_register_secondary()
1735 struct rte_mempool *mp, bool is_extmem) in mlx5_mr_mempool_register()
1753 struct rte_mempool *mp) in mlx5_mr_mempool_unregister_primary()
1782 struct rte_mempool *mp) in mlx5_mr_mempool_unregister_secondary()
1800 struct rte_mempool *mp) in mlx5_mr_mempool_unregister()
1869 struct rte_mempool *mp, uintptr_t addr) in mlx5_lookup_mempool_regs()
1911 struct rte_mempool *mp) in mlx5_mr_mempool_populate_cache()
[all …]
/dpdk/lib/pdump/
H A Drte_pdump.c44 struct rte_mempool *mp; member
58 struct rte_mempool *mp; member
93 struct rte_mempool *mp; in pdump_copy() local
172 struct rte_ring *ring, struct rte_mempool *mp, in pdump_register_rx_callbacks()
294 struct rte_mempool *mp; in set_pdump_rxtx_cbs() local
528 struct rte_mempool *mp, in pdump_prepare_client_request()
606 struct rte_mempool *mp, in rte_pdump_enable()
617 struct rte_mempool *mp, in rte_pdump_enable_bpf()
628 struct rte_mempool *mp, in pdump_enable_by_deviceid()
651 struct rte_mempool *mp, in rte_pdump_enable_by_deviceid()
[all …]
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c43 dpaa_mbuf_create_pool(struct rte_mempool *mp) in dpaa_mbuf_create_pool()
126 dpaa_mbuf_free_pool(struct rte_mempool *mp) in dpaa_mbuf_free_pool()
280 dpaa_mbuf_get_count(const struct rte_mempool *mp) in dpaa_mbuf_get_count()
297 dpaa_populate(struct rte_mempool *mp, unsigned int max_objs, in dpaa_populate()
/dpdk/app/test-crypto-perf/
H A Dcperf_test_common.c20 fill_single_seg_mbuf(struct rte_mbuf *m, struct rte_mempool *mp, in fill_single_seg_mbuf()
47 fill_multi_seg_mbuf(struct rte_mbuf *m, struct rte_mempool *mp, in fill_multi_seg_mbuf()
86 mempool_asym_obj_init(struct rte_mempool *mp, __rte_unused void *opaque_arg, in mempool_asym_obj_init()
100 mempool_obj_init(struct rte_mempool *mp, in mempool_obj_init()
/dpdk/lib/mbuf/
H A Drte_mbuf.c29 rte_pktmbuf_pool_init(struct rte_mempool *mp, void *opaque_arg) in rte_pktmbuf_pool_init()
69 rte_pktmbuf_init(struct rte_mempool *mp, in rte_pktmbuf_init()
160 __rte_pktmbuf_init_extmem(struct rte_mempool *mp, in __rte_pktmbuf_init_extmem()
223 struct rte_mempool *mp; in rte_pktmbuf_pool_create_by_ops() local
287 struct rte_mempool *mp; in rte_pktmbuf_pool_create_extbuf() local
512 rte_pktmbuf_clone(struct rte_mbuf *md, struct rte_mempool *mp) in rte_pktmbuf_clone()
588 rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp, in rte_pktmbuf_copy()
H A Drte_mbuf.h200 rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp) in rte_mbuf_buf_addr()
277 rte_pktmbuf_priv_flags(struct rte_mempool *mp) in rte_pktmbuf_priv_flags()
559 static inline struct rte_mbuf *rte_mbuf_raw_alloc(struct rte_mempool *mp) in rte_mbuf_raw_alloc()
789 rte_pktmbuf_data_room_size(struct rte_mempool *mp) in rte_pktmbuf_data_room_size()
810 rte_pktmbuf_priv_size(struct rte_mempool *mp) in rte_pktmbuf_priv_size()
871 static inline struct rte_mbuf *rte_pktmbuf_alloc(struct rte_mempool *mp) in rte_pktmbuf_alloc()
1218 struct rte_mempool *mp = m->pool; in rte_pktmbuf_detach() local
/dpdk/drivers/net/sfc/
H A Dsfc_nic_dma.c95 sfc_nic_dma_register_mempool(struct sfc_adapter *sa, struct rte_mempool *mp) in sfc_nic_dma_register_mempool()
152 sfc_mempool_event_cb(enum rte_mempool_event event, struct rte_mempool *mp, in sfc_mempool_event_cb()
173 sfc_mempool_walk_cb(struct rte_mempool *mp, void *arg) in sfc_mempool_walk_cb()

12345678