Searched defs:elt_size (Results 1 – 12 of 12) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_mp_secondary.c | 135 const unsigned elt_size = 64; in run_object_creation_tests() local
|
| /dpdk/lib/eal/common/ |
| H A D | malloc_mp.h | 33 size_t elt_size; member
|
| H A D | malloc_heap.c | 294 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 D | rte_comp.c | 121 unsigned int elt_size = sizeof(struct rte_comp_op) + user_size; in rte_comp_op_pool_create() local
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_ops.c | 41 unsigned int elt_size = sizeof(struct isal_priv_xform); in isal_comp_pmd_config() local
|
| /dpdk/lib/mbuf/ |
| H A D | rte_mbuf.c | 226 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 D | rte_mbuf.h | 725 uint16_t elt_size; /**< mbuf element size in bytes. */ member
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool.c | 217 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 D | rte_mempool.h | 100 uint32_t elt_size; /**< Size of an element. */ member 223 uint32_t elt_size; /**< Size of an element. */ member
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.c | 1755 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 D | rte_event_eth_tx_adapter.c | 173 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 D | testpmd.c | 1043 uint16_t elt_size; in setup_extbuf() local
|