Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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.h614 struct rte_mempool_ops { struct
658 struct rte_mempool_ops ops[RTE_MEMPOOL_MAX_OPS_IDX]; argument
673 static inline struct rte_mempool_ops *
710 struct rte_mempool_ops *ops; in rte_mempool_ops_dequeue_bulk()
734 struct rte_mempool_ops *ops; in rte_mempool_ops_dequeue_contig_blocks()
759 struct rte_mempool_ops *ops; in rte_mempool_ops_enqueue_bulk()
883 int rte_mempool_register_ops(const struct rte_mempool_ops *ops);
H A Dmeson.build12 sources = files('rte_mempool.c', 'rte_mempool_ops.c',
H A Drte_mempool.c1199 struct rte_mempool_ops *ops; in rte_mempool_dump()
/f-stack/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 = {
/f-stack/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 = {
/f-stack/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c194 static struct rte_mempool_ops octeontx_fpavf_ops = {
/f-stack/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c350 static const struct rte_mempool_ops dpaa_mpool_ops = {
/f-stack/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c442 static const struct rte_mempool_ops dpaa2_mpool_ops = {
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst528 A new callback ``calc_mem_size`` has been added to ``rte_mempool_ops``
530 A new callback ``populate`` has been added to ``rte_mempool_ops``
532 Callback ``get_capabilities`` has been removed from ``rte_mempool_ops``
535 Callback ``register_memory_area`` has been removed from ``rte_mempool_ops``
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c652 static const struct rte_mempool_ops ops_bucket = {
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c884 static struct rte_mempool_ops otx2_npa_ops = {
/f-stack/dpdk/app/proc-info/
H A Dmain.c1279 struct rte_mempool_ops *ops; in show_mempool()
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c1066 struct rte_mempool_ops *mp_ops = NULL; in octeontx_dev_rx_queue_setup()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c561 struct rte_mempool_ops *ops; in otx2_nix_rx_queue_setup()