Searched refs:nb_elts (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_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);
|
| /f-stack/dpdk/lib/librte_compressdev/ |
| H A D | rte_comp.c | 117 unsigned int nb_elts, unsigned int cache_size, in rte_comp_op_pool_create() argument 133 mp->size < nb_elts || in rte_comp_op_pool_create() 146 nb_elts, in rte_comp_op_pool_create()
|
| H A D | rte_comp.h | 432 unsigned int nb_elts, unsigned int cache_size,
|
| /f-stack/dpdk/lib/librte_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);
|
| H A D | rte_cryptodev.c | 1400 rte_cryptodev_sym_session_pool_create(const char *name, uint32_t nb_elts, in rte_cryptodev_sym_session_pool_create() argument 1415 mp = rte_mempool_create(name, nb_elts, obj_sz, cache_size, in rte_cryptodev_sym_session_pool_create() 1436 rte_cryptodev_trace_sym_session_pool_create(name, nb_elts, in rte_cryptodev_sym_session_pool_create() 1876 unsigned nb_elts, unsigned cache_size, uint16_t priv_size, in rte_crypto_op_pool_create() argument 1905 mp->size < nb_elts || in rte_crypto_op_pool_create() 1917 nb_elts, in rte_crypto_op_pool_create()
|
| H A D | rte_crypto.h | 203 unsigned nb_elts, unsigned cache_size, uint16_t priv_size,
|
| H A D | rte_cryptodev.h | 1050 rte_cryptodev_sym_session_pool_create(const char *name, uint32_t nb_elts,
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 408 unsigned nb_elts, unsigned cache_size, uint16_t priv_size,
|