Home
last modified time | relevance | path

Searched refs:RTE_MEMPOOL_REGISTER_OPS (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c201 RTE_MEMPOOL_REGISTER_OPS(ops_mp_mc);
202 RTE_MEMPOOL_REGISTER_OPS(ops_sp_sc);
203 RTE_MEMPOOL_REGISTER_OPS(ops_mp_sc);
204 RTE_MEMPOOL_REGISTER_OPS(ops_sp_mc);
205 RTE_MEMPOOL_REGISTER_OPS(ops_mt_rts);
206 RTE_MEMPOOL_REGISTER_OPS(ops_mt_hts);
/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c96 RTE_MEMPOOL_REGISTER_OPS(ops_stack);
97 RTE_MEMPOOL_REGISTER_OPS(ops_lf_stack);
/dpdk/drivers/mempool/cnxk/
H A Dcn9k_mempool_ops.c89 RTE_MEMPOOL_REGISTER_OPS(cn9k_mempool_ops);
H A Dcn10k_mempool_ops.c319 RTE_MEMPOOL_REGISTER_OPS(cn10k_mempool_ops);
/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c205 RTE_MEMPOOL_REGISTER_OPS(octeontx_fpavf_ops);
/dpdk/lib/mempool/
H A Drte_mempool.h931 #define RTE_MEMPOOL_REGISTER_OPS(ops) \ macro
939 RTE_DEPRECATED(MEMPOOL_REGISTER_OPS) RTE_MEMPOOL_REGISTER_OPS(ops)
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c361 RTE_MEMPOOL_REGISTER_OPS(dpaa_mpool_ops);
/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c481 RTE_MEMPOOL_REGISTER_OPS(dpaa2_mpool_ops);
/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst41 ``RTE_MEMPOOL_REGISTER_OPS()``.
H A Drelease_21_11.rst473 deprecated. Use replacement ``RTE_MEMPOOL_REGISTER_OPS()``.
/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst118 adding a new mempool ops code, and using the ``RTE_MEMPOOL_REGISTER_OPS`` macro.
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c666 RTE_MEMPOOL_REGISTER_OPS(ops_bucket);