Home
last modified time | relevance | path

Searched refs:dpool_alloc (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Ddpool.h208 uint32_t dpool_alloc(struct dpool *dpool,
H A Dtf_em_hash_internal.c60 index = dpool_alloc(pool, in tf_em_hash_insert_int_entry()
H A Dtf_em_internal.c57 index = dpool_alloc(pool, TF_SESSION_EM_ENTRY_SIZE, 0); in tf_em_insert_int_entry()
H A Ddpool.c270 uint32_t dpool_alloc(struct dpool *dpool, in dpool_alloc() function