| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 35 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 D | qat_comp_pmd.c | 294 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 D | main.c | 73 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 D | otx_cryptodev_hw_access.c | 414 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 D | rte_aesni_mb_pmd_ops.c | 951 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 D | iotlb.c | 288 char pool_name[RTE_MEMPOOL_NAMESIZE]; in vhost_user_iotlb_init()
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 2287 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 D | otx2_cryptodev_ops.c | 48 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 D | rte_mempool.h | 108 #define RTE_MEMPOOL_NAMESIZE (RTE_RING_NAMESIZE - \ macro
|
| H A D | rte_mempool.c | 1307 if (strncmp(name, mp->name, RTE_MEMPOOL_NAMESIZE) == 0) in rte_mempool_lookup()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 2345 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 D | main.c | 853 char buf[RTE_MEMPOOL_NAMESIZE]; in setup_queue_tbl()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.h | 688 char pool_name[RTE_MEMPOOL_NAMESIZE]; in mbuf_pool_find()
|
| H A D | testpmd.c | 975 char pool_name[RTE_MEMPOOL_NAMESIZE]; in mbuf_pool_create()
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 1244 char pool_name[RTE_MEMPOOL_NAMESIZE]; in ntb_mbuf_pool_create()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 246 char name[RTE_MEMPOOL_NAMESIZE]; in hn_dev_tx_queue_setup()
|
| /f-stack/dpdk/drivers/net/liquidio/ |
| H A D | lio_rxtx.c | 1207 char sc_pool_name[RTE_MEMPOOL_NAMESIZE]; in lio_setup_sc_buffer_pool()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 1233 char name[RTE_MEMPOOL_NAMESIZE]; in mlx5_mprq_alloc_mp()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 1089 char name[RTE_MEMPOOL_NAMESIZE]; in nix_alloc_sqb_pool()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 425 char pool_name[RTE_MEMPOOL_NAMESIZE]; in create_mbuf_pool() 446 char pool_name[RTE_MEMPOOL_NAMESIZE]; in create_mempools()
|