Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c195 uint32_t base_index; in tf_rm_adjust_index() local
197 base_index = db[subtype].alloc.entry.start; in tf_rm_adjust_index()
201 *adj_index = index - base_index; in tf_rm_adjust_index()
204 *adj_index = index + base_index; in tf_rm_adjust_index()
1221 if (parms->base_index) in tf_rm_allocate()
1222 *parms->base_index = id; in tf_rm_allocate()
1305 if (parms->base_index) in tf_rm_is_allocated()
1306 *parms->base_index = adj_index; in tf_rm_is_allocated()
1450 uint32_t base_index; in tf_rm_check_indexes_in_range() local
1472 base_index = rm_db->db[subtype].alloc.entry.start; in tf_rm_check_indexes_in_range()
[all …]
H A Dtf_rm.h220 uint32_t *base_index; member
268 uint32_t *base_index; member
H A Dtf_identifier.c180 aparms.base_index = &base_id; in tf_ident_alloc()
238 aparms.base_index = &base_id; in tf_ident_free()
325 aparms.base_index = &base_id; in tf_ident_search()
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1015 uint32_t base_index; member