Searched refs:rte_mempool_calc_obj_size (Results 1 – 5 of 5) sorted by relevance
8 rte_mempool_calc_obj_size;
217 rte_mempool_calc_obj_size(uint32_t elt_size, uint32_t flags, in rte_mempool_calc_obj_size() function856 if (!rte_mempool_calc_obj_size(elt_size, flags, &objsz)) { in rte_mempool_create_empty()
1799 uint32_t rte_mempool_calc_obj_size(uint32_t elt_size, uint32_t flags,
1063 rte_mempool_calc_obj_size(mb_pool->elt_size, in xdp_umem_configure()
768 obj_sz = rte_mempool_calc_obj_size(mbuf_sz, 0, NULL); in calc_mem_size()