Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c179 uint32_t base_index; in tf_rm_adjust_index() local
181 base_index = db[db_index].alloc.entry.start; in tf_rm_adjust_index()
185 *adj_index = index - base_index; in tf_rm_adjust_index()
188 *adj_index = index + base_index; in tf_rm_adjust_index()
760 if (parms->base_index) in tf_rm_allocate()
761 *parms->base_index = id; in tf_rm_allocate()
852 if (parms->base_index) in tf_rm_is_allocated()
853 *parms->base_index = adj_index; in tf_rm_is_allocated()
945 uint32_t base_index; in tf_rm_check_indexes_in_range() local
971 base_index = rm_db->db[parms->db_index].alloc.entry.start; in tf_rm_check_indexes_in_range()
[all …]
H A Dtf_rm.h210 uint32_t *base_index; member
256 uint32_t *base_index; member
H A Dtf_identifier.c166 aparms.base_index = &base_id; in tf_ident_alloc()
220 aparms.base_index = &base_id; in tf_ident_free()
303 aparms.base_index = &base_id; in tf_ident_search()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h623 uint32_t base_index; member