Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tbl_sram.c221 iparms.dir = parms->dir; in tf_tbl_sram_alloc()
222 iparms.tbl_type = parms->type; in tf_tbl_sram_alloc()
235 aparms.bank_id = iparms.bank_id; in tf_tbl_sram_alloc()
306 iparms.dir = parms->dir; in tf_tbl_sram_free()
307 iparms.tbl_type = parms->type; in tf_tbl_sram_free()
433 iparms.dir = parms->dir; in tf_tbl_sram_set()
434 iparms.tbl_type = parms->type; in tf_tbl_sram_set()
569 iparms.dir = parms->dir; in tf_tbl_sram_get()
570 iparms.tbl_type = parms->type; in tf_tbl_sram_get()
677 iparms.dir = parms->dir; in tf_tbl_sram_bulk_get()
[all …]
H A Dtf_em_internal.c187 struct tf_rm_get_alloc_info_parms iparms; in tf_em_int_bind() local
258 iparms.rm_db = em_db->em_db[i]; in tf_em_int_bind()
259 iparms.subtype = TF_EM_DB_EM_REC; in tf_em_int_bind()
260 iparms.info = &info; in tf_em_int_bind()
262 rc = tf_rm_get_info(&iparms); in tf_em_int_bind()
290 iparms.info->entry.start, in tf_em_int_bind()
291 iparms.info->entry.stride, in tf_em_int_bind()
H A Dtf_identifier.c162 struct tf_shadow_ident_insert_parms iparms = { 0 }; in tf_ident_alloc() local
191 iparms.tf_shadow_ident_db = ident_shadow_db[parms->dir]; in tf_ident_alloc()
192 iparms.type = parms->type; in tf_ident_alloc()
193 iparms.id = base_id; in tf_ident_alloc()
195 rc = tf_shadow_ident_insert(&iparms); in tf_ident_alloc()
H A Dtf_tcam.c622 struct tf_shadow_tcam_insert_parms iparms; in tf_tcam_set() local
713 iparms.shadow_db = shadow_tcam_db[parms->dir]; in tf_tcam_set()
714 iparms.sparms = parms; in tf_tcam_set()
715 rc = tf_shadow_tcam_insert(&iparms); in tf_tcam_set()
H A Dtf_rm.c293 struct tf_rm_get_inuse_count_parms iparms; in tf_rm_check_residuals() local
311 iparms.rm_db = rm_db; in tf_rm_check_residuals()
312 iparms.count = &count; in tf_rm_check_residuals()
314 iparms.subtype = i; in tf_rm_check_residuals()
315 rc = tf_rm_get_inuse_count(&iparms); in tf_rm_check_residuals()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c137 tf_dir_2_str(iparms.dir), in ulp_mapper_resource_ident_allocate()
138 iparms.ident_type); in ulp_mapper_resource_ident_allocate()
153 fparms.dir = iparms.dir; in ulp_mapper_resource_ident_allocate()
155 fparms.id = iparms.id; in ulp_mapper_resource_ident_allocate()
827 iparms.dir = tbl->direction; 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()
2342 iparms.dup_check = 0; in ulp_mapper_em_tbl_process()
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()
[all …]