Searched defs:elt_size (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_mp_secondary.c | 126 const unsigned elt_size = 64; in run_object_creation_tests() local
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_mp.h | 35 size_t elt_size; member
|
| H A D | malloc_heap.c | 293 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 D | rte_comp.c | 122 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 D | rte_mempool.c | 211 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 D | rte_mempool.h | 100 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 D | isal_compress_pmd_ops.c | 40 unsigned int elt_size = sizeof(struct isal_priv_xform); in isal_comp_pmd_config() local
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.c | 232 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 D | rte_mbuf.h | 746 uint16_t elt_size; /**< mbuf element size in bytes. */ member
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev.c | 1401 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 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()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 914 uint16_t elt_size; in setup_extbuf() local
|