Home
last modified time | relevance | path

Searched refs:rte_mempool_ops (Results 1 – 16 of 16) sorted by relevance

/dpdk/lib/mempool/
H A Drte_mempool_ops.c24 rte_mempool_register_ops(const struct rte_mempool_ops *h) in rte_mempool_register_ops()
26 struct rte_mempool_ops *ops; in rte_mempool_register_ops()
77 struct rte_mempool_ops *ops; in rte_mempool_ops_alloc()
88 struct rte_mempool_ops *ops; in rte_mempool_ops_free()
101 struct rte_mempool_ops *ops; in rte_mempool_ops_get_count()
115 struct rte_mempool_ops *ops; in rte_mempool_ops_calc_mem_size()
133 struct rte_mempool_ops *ops; in rte_mempool_ops_populate()
153 struct rte_mempool_ops *ops; in rte_mempool_ops_get_info()
167 struct rte_mempool_ops *ops = NULL; in rte_mempool_set_ops_byname()
H A Drte_mempool.h647 struct rte_mempool_ops { struct
691 struct rte_mempool_ops ops[RTE_MEMPOOL_MAX_OPS_IDX]; argument
706 static inline struct rte_mempool_ops *
743 struct rte_mempool_ops *ops; in rte_mempool_ops_dequeue_bulk()
773 struct rte_mempool_ops *ops; in rte_mempool_ops_dequeue_contig_blocks()
798 struct rte_mempool_ops *ops; in rte_mempool_ops_enqueue_bulk()
924 int rte_mempool_register_ops(const struct rte_mempool_ops *ops);
H A Dmeson.build14 'rte_mempool_ops.c',
H A Drte_mempool.c1226 struct rte_mempool_ops *ops; in rte_mempool_dump()
/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c145 static const struct rte_mempool_ops ops_mp_mc = {
154 static const struct rte_mempool_ops ops_sp_sc = {
163 static const struct rte_mempool_ops ops_mp_sc = {
172 static const struct rte_mempool_ops ops_sp_mc = {
182 static const struct rte_mempool_ops ops_mt_rts = {
192 static const struct rte_mempool_ops ops_mt_hts = {
/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c78 static struct rte_mempool_ops ops_stack = {
87 static struct rte_mempool_ops ops_lf_stack = {
/dpdk/drivers/mempool/cnxk/
H A Dcn9k_mempool_ops.c78 static struct rte_mempool_ops cn9k_mempool_ops = {
H A Dcn10k_mempool_ops.c308 static struct rte_mempool_ops cn10k_mempool_ops = {
/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c194 static struct rte_mempool_ops octeontx_fpavf_ops = {
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c351 static const struct rte_mempool_ops dpaa_mpool_ops = {
/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c471 static const struct rte_mempool_ops dpaa2_mpool_ops = {
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst471 A new callback ``calc_mem_size`` has been added to ``rte_mempool_ops``
473 A new callback ``populate`` has been added to ``rte_mempool_ops``
475 Callback ``get_capabilities`` has been removed from ``rte_mempool_ops``
478 Callback ``register_memory_area`` has been removed from ``rte_mempool_ops``
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c652 static const struct rte_mempool_ops ops_bucket = {
/dpdk/app/proc-info/
H A Dmain.c1299 struct rte_mempool_ops *ops; in show_mempool()
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c1052 struct rte_mempool_ops *mp_ops = NULL; in octeontx_dev_rx_queue_setup()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c513 struct rte_mempool_ops *ops; in cnxk_nix_rx_queue_setup()