Home
last modified time | relevance | path

Searched refs:RTE_MEMPOOL_NAMESIZE (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c35 char mp_name[RTE_MEMPOOL_NAMESIZE]; in zlib_pmd_config()
38 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in zlib_pmd_config()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c294 char xform_pool_name[RTE_MEMPOOL_NAMESIZE]; in qat_comp_create_xform_pool()
297 snprintf(xform_pool_name, RTE_MEMPOOL_NAMESIZE, in qat_comp_create_xform_pool()
393 char stream_pool_name[RTE_MEMPOOL_NAMESIZE]; in qat_comp_create_stream_pool()
396 snprintf(stream_pool_name, RTE_MEMPOOL_NAMESIZE, in qat_comp_create_stream_pool()
/f-stack/dpdk/app/test-crypto-perf/
H A Dmain.c73 char mp_name[RTE_MEMPOOL_NAMESIZE]; in fill_session_pool_socket()
77 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in fill_session_pool_socket()
100 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in fill_session_pool_socket()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c414 char mempool_name[RTE_MEMPOOL_NAMESIZE]; in otx_cpt_metabuf_mempool_create()
453 snprintf(mempool_name, RTE_MEMPOOL_NAMESIZE, "otx_cpt_mb_%u:%u", in otx_cpt_metabuf_mempool_create()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd_ops.c951 char mp_name[RTE_MEMPOOL_NAMESIZE]; in aesni_mb_pmd_qp_setup()
953 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in aesni_mb_pmd_qp_setup()
/f-stack/dpdk/lib/librte_vhost/
H A Diotlb.c288 char pool_name[RTE_MEMPOOL_NAMESIZE]; in vhost_user_iotlb_init()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c2287 char mp_name[RTE_MEMPOOL_NAMESIZE]; in initialize_cryptodevs()
2289 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in initialize_cryptodevs()
2311 char mp_name[RTE_MEMPOOL_NAMESIZE]; in initialize_cryptodevs()
2312 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in initialize_cryptodevs()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c48 char mempool_name[RTE_MEMPOOL_NAMESIZE]; in otx2_cpt_metabuf_mempool_create()
85 snprintf(mempool_name, RTE_MEMPOOL_NAMESIZE, "otx2_cpt_mb_%u:%u", in otx2_cpt_metabuf_mempool_create()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h108 #define RTE_MEMPOOL_NAMESIZE (RTE_RING_NAMESIZE - \ macro
H A Drte_mempool.c1307 if (strncmp(name, mp->name, RTE_MEMPOOL_NAMESIZE) == 0) in rte_mempool_lookup()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2345 char mp_name[RTE_MEMPOOL_NAMESIZE]; in session_pool_init()
2349 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in session_pool_init()
2371 char mp_name[RTE_MEMPOOL_NAMESIZE]; in session_priv_pool_init()
2375 snprintf(mp_name, RTE_MEMPOOL_NAMESIZE, in session_priv_pool_init()
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c853 char buf[RTE_MEMPOOL_NAMESIZE]; in setup_queue_tbl()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h688 char pool_name[RTE_MEMPOOL_NAMESIZE]; in mbuf_pool_find()
H A Dtestpmd.c975 char pool_name[RTE_MEMPOOL_NAMESIZE]; in mbuf_pool_create()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c1244 char pool_name[RTE_MEMPOOL_NAMESIZE]; in ntb_mbuf_pool_create()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c246 char name[RTE_MEMPOOL_NAMESIZE]; in hn_dev_tx_queue_setup()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c1207 char sc_pool_name[RTE_MEMPOOL_NAMESIZE]; in lio_setup_sc_buffer_pool()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c1233 char name[RTE_MEMPOOL_NAMESIZE]; in mlx5_mprq_alloc_mp()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c1089 char name[RTE_MEMPOOL_NAMESIZE]; in nix_alloc_sqb_pool()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c425 char pool_name[RTE_MEMPOOL_NAMESIZE]; in create_mbuf_pool()
446 char pool_name[RTE_MEMPOOL_NAMESIZE]; in create_mempools()