Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mp_secondary.c135 const unsigned elt_size = 64; in run_object_creation_tests() local
/dpdk/lib/eal/common/
H A Dmalloc_mp.h33 size_t elt_size; member
H A Dmalloc_heap.c294 alloc_pages_on_heap(struct malloc_heap *heap, uint64_t pg_sz, size_t elt_size, in alloc_pages_on_heap()
395 size_t elt_size, int socket, unsigned int flags, size_t align, in try_expand_heap_primary()
466 size_t elt_size, int socket, unsigned int flags, size_t align, in try_expand_heap_secondary()
497 try_expand_heap(struct malloc_heap *heap, uint64_t pg_sz, size_t elt_size, in try_expand_heap()
/dpdk/lib/compressdev/
H A Drte_comp.c121 unsigned int elt_size = sizeof(struct rte_comp_op) + user_size; in rte_comp_op_pool_create() local
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c41 unsigned int elt_size = sizeof(struct isal_priv_xform); in isal_comp_pmd_config() local
/dpdk/lib/mbuf/
H A Drte_mbuf.c226 unsigned elt_size; in rte_pktmbuf_pool_create_by_ops() local
291 unsigned int elt_size; in rte_pktmbuf_pool_create_extbuf() local
H A Drte_mbuf.h725 uint16_t elt_size; /**< mbuf element size in bytes. */ member
/dpdk/lib/mempool/
H A Drte_mempool.c217 rte_mempool_calc_obj_size(uint32_t elt_size, uint32_t flags, in rte_mempool_calc_obj_size()
797 rte_mempool_create_empty(const char *name, unsigned n, unsigned elt_size, in rte_mempool_create_empty()
947 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
223 uint32_t elt_size; /**< Size of an element. */ member
/dpdk/lib/cryptodev/
H A Drte_cryptodev.c1755 uint32_t elt_size, uint32_t cache_size, uint16_t user_data_size, in rte_cryptodev_sym_session_pool_create()
2324 unsigned elt_size = sizeof(struct rte_crypto_op) + in rte_crypto_op_pool_create() local
/dpdk/lib/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()
/dpdk/app/test-pmd/
H A Dtestpmd.c1043 uint16_t elt_size; in setup_extbuf() local