Home
last modified time | relevance | path

Searched defs:elt_size (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_mp_secondary.c126 const unsigned elt_size = 64; in run_object_creation_tests() local
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.h35 size_t elt_size; member
H A Dmalloc_heap.c293 alloc_pages_on_heap(struct malloc_heap *heap, uint64_t pg_sz, size_t elt_size, in alloc_pages_on_heap()
389 size_t elt_size, int socket, unsigned int flags, size_t align, in try_expand_heap_primary()
460 size_t elt_size, int socket, unsigned int flags, size_t align, in try_expand_heap_secondary()
490 try_expand_heap(struct malloc_heap *heap, uint64_t pg_sz, size_t elt_size, in try_expand_heap()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.c122 unsigned int elt_size = sizeof(struct rte_comp_op) + user_size; in rte_comp_op_pool_create() local
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c211 rte_mempool_calc_obj_size(uint32_t elt_size, uint32_t flags, in rte_mempool_calc_obj_size()
782 rte_mempool_create_empty(const char *name, unsigned n, unsigned elt_size, in rte_mempool_create_empty()
920 rte_mempool_create(const char *name, unsigned n, unsigned elt_size, in rte_mempool_create()
H A Drte_mempool.h100 uint32_t elt_size; /**< Size of an element. */ member
227 uint32_t elt_size; /**< Size of an element. */ member
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c40 unsigned int elt_size = sizeof(struct isal_priv_xform); in isal_comp_pmd_config() local
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c232 unsigned elt_size; in rte_pktmbuf_pool_create_by_ops() local
297 unsigned int elt_size; in rte_pktmbuf_pool_create_extbuf() local
H A Drte_mbuf.h746 uint16_t elt_size; /**< mbuf element size in bytes. */ member
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.c1401 uint32_t elt_size, uint32_t cache_size, uint16_t user_data_size, in rte_cryptodev_sym_session_pool_create()
1881 unsigned elt_size = sizeof(struct rte_crypto_op) + in rte_crypto_op_pool_create() local
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c173 txa_memzone_array_get(const char *name, unsigned int elt_size, int nb_elems) in txa_memzone_array_get()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c914 uint16_t elt_size; in setup_extbuf() local