Searched refs:nb_elts (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev_trace.h | 64 RTE_TRACE_POINT_ARGS(const char *name, uint32_t nb_elts, 68 rte_trace_point_emit_u32(nb_elts); 88 RTE_TRACE_POINT_ARGS(const char *name, uint32_t nb_elts, 91 rte_trace_point_emit_u32(nb_elts);
|
| H A D | rte_cryptodev.c | 1754 rte_cryptodev_sym_session_pool_create(const char *name, uint32_t nb_elts, in rte_cryptodev_sym_session_pool_create() argument 1769 mp = rte_mempool_create(name, nb_elts, obj_sz, cache_size, in rte_cryptodev_sym_session_pool_create() 1790 rte_cryptodev_trace_sym_session_pool_create(name, nb_elts, in rte_cryptodev_sym_session_pool_create() 1796 rte_cryptodev_asym_session_pool_create(const char *name, uint32_t nb_elts, in rte_cryptodev_asym_session_pool_create() argument 1820 mp = rte_mempool_create(name, nb_elts, obj_sz_aligned, cache_size, in rte_cryptodev_asym_session_pool_create() 1840 rte_cryptodev_trace_asym_session_pool_create(name, nb_elts, in rte_cryptodev_asym_session_pool_create() 2319 unsigned nb_elts, unsigned cache_size, uint16_t priv_size, in rte_crypto_op_pool_create() argument 2348 mp->size < nb_elts || in rte_crypto_op_pool_create() 2360 nb_elts, in rte_crypto_op_pool_create()
|
| H A D | rte_crypto.h | 222 unsigned nb_elts, unsigned cache_size, uint16_t priv_size,
|
| H A D | rte_cryptodev.h | 947 rte_cryptodev_sym_session_pool_create(const char *name, uint32_t nb_elts, 973 rte_cryptodev_asym_session_pool_create(const char *name, uint32_t nb_elts,
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool_trace.h | 25 RTE_TRACE_POINT_ARGS(const char *name, uint32_t nb_elts, 31 rte_trace_point_emit_u32(nb_elts); 46 RTE_TRACE_POINT_ARGS(const char *name, uint32_t nb_elts, 51 rte_trace_point_emit_u32(nb_elts);
|
| /dpdk/lib/compressdev/ |
| H A D | rte_comp.c | 116 unsigned int nb_elts, unsigned int cache_size, in rte_comp_op_pool_create() argument 132 mp->size < nb_elts || in rte_comp_op_pool_create() 145 nb_elts, in rte_comp_op_pool_create()
|
| H A D | rte_comp.h | 431 unsigned int nb_elts, unsigned int cache_size,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 452 unsigned nb_elts, unsigned cache_size, uint16_t priv_size,
|