Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c192 uint32_t *adj_index) in tf_rm_adjust_index() argument
201 *adj_index = index - base_index; in tf_rm_adjust_index()
204 *adj_index = index + base_index; in tf_rm_adjust_index()
1231 uint32_t adj_index; in tf_rm_free() local
1258 &adj_index); in tf_rm_free()
1262 rc = ba_free(pool, adj_index); in tf_rm_free()
1274 uint32_t adj_index; in tf_rm_is_allocated() local
1301 &adj_index); in tf_rm_is_allocated()
1306 *parms->base_index = adj_index; in tf_rm_is_allocated()
1307 *parms->allocated = ba_inuse(pool, adj_index); in tf_rm_is_allocated()