Searched refs:tbl_idx (Results 1 – 5 of 5) sorted by relevance
17 if (tbl_idx >= BNXT_ULP_GEN_TBL_MAX_SZ) in ulp_mapper_gen_tbl_params_get()20 return &ulp_generic_tbl_params[tbl_idx]; in ulp_mapper_gen_tbl_params_get()165 int32_t tbl_idx; in ulp_mapper_gen_tbl_idx_calculate() local177 return tbl_idx; in ulp_mapper_gen_tbl_idx_calculate()263 res.direction = tbl_idx & 0x1; in ulp_mapper_gen_tbl_entry_free()264 res.resource_sub_type = tbl_idx >> 1; in ulp_mapper_gen_tbl_entry_free()285 int32_t tbl_idx; in ulp_mapper_gen_tbl_res_free() local292 if (tbl_idx < 0) { in ulp_mapper_gen_tbl_res_free()323 tbl_idx, res->resource_hndl); in ulp_mapper_gen_tbl_res_free()330 tbl_idx, res->resource_hndl); in ulp_mapper_gen_tbl_res_free()[all …]
155 uint32_t tbl_idx, uint32_t ckey);
181 enum bnxt_ulp_fdb_type tbl_idx,
2833 int32_t tbl_idx; in ulp_mapper_gen_tbl_process() local2865 tbl_idx = ulp_mapper_gen_tbl_idx_calculate(tbl->resource_sub_type, in ulp_mapper_gen_tbl_process()2867 if (tbl_idx < 0) { in ulp_mapper_gen_tbl_process()2876 gen_tbl_list = &parms->mapper_data->gen_tbl_list[tbl_idx]; in ulp_mapper_gen_tbl_process()2991 parms->shared_hndl = (uint64_t)tbl_idx << 32 | key_index; in ulp_mapper_gen_tbl_process()3644 uint32_t num_tbls, tbl_idx, num_cond_tbls; in ulp_mapper_tbls_process() local3681 for (tbl_idx = 0; tbl_idx < num_tbls && cond_goto;) { in ulp_mapper_tbls_process()3682 tbl = &tbls[tbl_idx]; in ulp_mapper_tbls_process()3772 if (cond_goto < 0 && ((int32_t)tbl_idx + cond_goto) < 0) { in ulp_mapper_tbls_process()3777 tbl_idx += cond_goto; in ulp_mapper_tbls_process()
1075 uint32_t entry_idx, tbl_idx = 0; in __l3t_set_entry() local1114 e_tbl = mlx5_ipool_zmalloc(tbl->eip, &tbl_idx); in __l3t_set_entry()1119 ((struct mlx5_l3t_entry_word *)e_tbl)->idx = tbl_idx; in __l3t_set_entry()