Lines Matching refs:iparms
120 struct tf_alloc_identifier_parms iparms = { 0 }; in ulp_mapper_resource_ident_allocate() local
130 iparms.ident_type = glb_res->resource_type; in ulp_mapper_resource_ident_allocate()
131 iparms.dir = glb_res->direction; in ulp_mapper_resource_ident_allocate()
134 rc = tf_alloc_identifier(tfp, &iparms); in ulp_mapper_resource_ident_allocate()
137 tf_dir_2_str(iparms.dir), in ulp_mapper_resource_ident_allocate()
138 iparms.ident_type); in ulp_mapper_resource_ident_allocate()
143 regval = tfp_cpu_to_be_64((uint64_t)iparms.id); in ulp_mapper_resource_ident_allocate()
153 fparms.dir = iparms.dir; in ulp_mapper_resource_ident_allocate()
154 fparms.ident_type = iparms.ident_type; in ulp_mapper_resource_ident_allocate()
155 fparms.id = iparms.id; in ulp_mapper_resource_ident_allocate()
813 struct tf_alloc_identifier_parms iparms = { 0 }; in ulp_mapper_ident_process() local
826 iparms.ident_type = ident->ident_type; in ulp_mapper_ident_process()
827 iparms.dir = tbl->direction; in ulp_mapper_ident_process()
829 rc = tf_alloc_identifier(tfp, &iparms); in ulp_mapper_ident_process()
832 tf_dir_2_str(iparms.dir), in ulp_mapper_ident_process()
833 tf_ident_2_str(iparms.ident_type)); in ulp_mapper_ident_process()
837 tf_dir_2_str(iparms.dir), in ulp_mapper_ident_process()
838 tf_ident_2_str(iparms.ident_type)); in ulp_mapper_ident_process()
840 id = (uint64_t)tfp_cpu_to_be_64(iparms.id); in ulp_mapper_ident_process()
854 fid_parms.resource_hndl = iparms.id; in ulp_mapper_ident_process()
866 *val = iparms.id; in ulp_mapper_ident_process()
874 free_parms.id = iparms.id; in ulp_mapper_ident_process()
2239 struct tf_insert_em_entry_parms iparms = { 0 }; in ulp_mapper_em_tbl_process() local
2332 &iparms.tbl_scope_id); in ulp_mapper_em_tbl_process()
2342 iparms.dup_check = 0; in ulp_mapper_em_tbl_process()
2343 iparms.dir = tbl->direction; in ulp_mapper_em_tbl_process()
2344 iparms.mem = tbl->resource_type; in ulp_mapper_em_tbl_process()
2345 iparms.key = ulp_blob_data_get(&key, &tmplen); in ulp_mapper_em_tbl_process()
2346 iparms.key_sz_in_bits = tbl->key_bit_size; in ulp_mapper_em_tbl_process()
2347 iparms.em_record = ulp_blob_data_get(&data, &tmplen); in ulp_mapper_em_tbl_process()
2349 iparms.em_record_sz_in_bits = tbl->result_bit_size; in ulp_mapper_em_tbl_process()
2351 iparms.em_record_sz_in_bits = tmplen; in ulp_mapper_em_tbl_process()
2353 rc = tf_insert_em_entry(tfp, &iparms); in ulp_mapper_em_tbl_process()
2362 rc = ulp_mapper_mark_gfid_process(parms, tbl, iparms.flow_id); in ulp_mapper_em_tbl_process()
2377 fid_parms.resource_hndl = iparms.flow_handle; in ulp_mapper_em_tbl_process()
2389 free_parms.dir = iparms.dir; in ulp_mapper_em_tbl_process()
2390 free_parms.mem = iparms.mem; in ulp_mapper_em_tbl_process()
2391 free_parms.tbl_scope_id = iparms.tbl_scope_id; in ulp_mapper_em_tbl_process()
2392 free_parms.flow_handle = iparms.flow_handle; in ulp_mapper_em_tbl_process()
3107 struct tf_get_shared_tbl_increment_parms iparms; in ulp_mapper_app_glb_resource_info_init() local
3172 memset(&iparms, 0, sizeof(iparms)); in ulp_mapper_app_glb_resource_info_init()
3173 iparms.dir = dir; in ulp_mapper_app_glb_resource_info_init()
3174 iparms.type = res; in ulp_mapper_app_glb_resource_info_init()
3175 rc = tf_get_shared_tbl_increment(tfp, &iparms); in ulp_mapper_app_glb_resource_info_init()
3183 addend = iparms.increment_cnt; in ulp_mapper_app_glb_resource_info_init()