Searched refs:rte_mempool_calc_obj_size (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | version.map | 8 rte_mempool_calc_obj_size;
|
| H A D | rte_mempool.c | 211 rte_mempool_calc_obj_size(uint32_t elt_size, uint32_t flags, in rte_mempool_calc_obj_size() function 829 if (!rte_mempool_calc_obj_size(elt_size, flags, &objsz)) { in rte_mempool_create_empty()
|
| H A D | rte_mempool.h | 1746 uint32_t rte_mempool_calc_obj_size(uint32_t elt_size, uint32_t flags,
|
| /f-stack/dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 955 rte_mempool_calc_obj_size(mb_pool->elt_size,
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 1136 tmp = rte_mempool_calc_obj_size(blk_sz, MEMPOOL_F_NO_SPREAD, &sz); in nix_alloc_sqb_pool()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 652 obj_sz = rte_mempool_calc_obj_size(mbuf_sz, 0, NULL); in calc_mem_size()
|