Home
last modified time | relevance | path

Searched refs:nb_elts (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool_trace.h25 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 Drte_comp.c117 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 Drte_comp.h432 unsigned int nb_elts, unsigned int cache_size,
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev_trace.h64 RTE_TRACE_POINT_ARGS(const char *name, uint32_t nb_elts,
68 rte_trace_point_emit_u32(nb_elts);
H A Drte_cryptodev.c1400 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 Drte_crypto.h203 unsigned nb_elts, unsigned cache_size, uint16_t priv_size,
H A Drte_cryptodev.h1050 rte_cryptodev_sym_session_pool_create(const char *name, uint32_t nb_elts,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst408 unsigned nb_elts, unsigned cache_size, uint16_t priv_size,