Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_tbl.c265 res.resource_hndl = ckey; in ulp_mapper_gen_tbl_entry_free()
309 hash_entry.hash_index = (uint32_t)res->resource_hndl; in ulp_mapper_gen_tbl_res_free()
319 key_idx = (uint32_t)res->resource_hndl; 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()
345 tbl_idx, res->resource_hndl); in ulp_mapper_gen_tbl_res_free()
H A Dulp_flow_db.c156 resource_info->resource_hndl = (uint32_t)params->resource_hndl; in ulp_flow_db_res_params_to_info()
161 resource_info->resource_em_handle = params->resource_hndl; in ulp_flow_db_res_params_to_info()
187 params->resource_hndl = resource_info->resource_hndl; in ulp_flow_db_res_info_to_params()
653 params->resource_hndl); in ulp_flow_db_resource_add()
656 params->resource_hndl); in ulp_flow_db_resource_add()
761 params->resource_hndl); in ulp_flow_db_resource_del()
1183 *cfa_action = params.resource_hndl; in ulp_default_flow_db_cfa_action_get()
1578 fid_res->resource_hndl = 0; in ulp_flow_db_child_flow_reset()
1622 fid_parms.resource_hndl = pc_idx; in ulp_flow_db_parent_flow_create()
1685 fid_parms.resource_hndl = pc_idx; in ulp_flow_db_child_flow_create()
[all …]
H A Dulp_flow_db.h37 uint32_t resource_hndl; member
95 uint64_t resource_hndl; member
H A Dulp_mapper.c105 ent->resource_hndl = regval; in ulp_mapper_glb_resource_write()
501 .idx = (uint16_t)res->resource_hndl in ulp_mapper_tcam_entry_free()
539 .idx = (uint32_t)res->resource_hndl in ulp_mapper_index_entry_free()
579 .id = (uint16_t)res->resource_hndl in ulp_mapper_ident_free()
591 res->resource_hndl); in ulp_mapper_mark_free()
1684 fid_parms.resource_hndl = gfid; in ulp_mapper_mark_gfid_process()
1732 fid_parms.resource_hndl = act_idx; in ulp_mapper_mark_act_ptr_process()
1780 fid_parms.resource_hndl = act_idx; in ulp_mapper_mark_vfr_idx_process()
2206 fid_parms.resource_hndl = idx; in ulp_mapper_tcam_tbl_process()
2672 fid_parms.resource_hndl = index; in ulp_mapper_index_tbl_process()
[all …]
H A Dulp_fc_mgr.c334 parms.idx = res->resource_hndl; in ulp_fc_tf_flow_stat_get()
355 sparms.idx = res->resource_hndl; in ulp_fc_tf_flow_stat_get()
718 pc_idx = params.resource_hndl; in ulp_fc_mgr_query_count_get()
729 hw_cntr_id = params.resource_hndl; in ulp_fc_mgr_query_count_get()
H A Dulp_mapper.h24 uint64_t resource_hndl; member