Searched refs:cparms (Results 1 – 8 of 8) sorted by relevance
48 struct tfp_calloc_parms cparms; in tf_shadow_ident_create_db() local55 cparms.nitems = 1; in tf_shadow_ident_create_db()57 cparms.alignment = 0; in tf_shadow_ident_create_db()58 rc = tfp_calloc(&cparms); in tf_shadow_ident_create_db()61 shadow_db = (void *)cparms.mem_va; in tf_shadow_ident_create_db()64 cparms.nitems = parms->num_elements; in tf_shadow_ident_create_db()66 rc = tfp_calloc(&cparms); in tf_shadow_ident_create_db()81 cparms.nitems = parms->cfg->alloc_cnt[i]; in tf_shadow_ident_create_db()82 cparms.size = sizeof(uint32_t); in tf_shadow_ident_create_db()83 rc = tfp_calloc(&cparms); in tf_shadow_ident_create_db()[all …]
286 cparms.alignment = 0; in tf_rm_check_residuals()287 rc = tfp_calloc(&cparms); in tf_rm_check_residuals()316 cparms.nitems = found; in tf_rm_check_residuals()318 cparms.alignment = 0; in tf_rm_check_residuals()408 cparms.alignment = 0; in tf_rm_create_db()409 rc = tfp_calloc(&cparms); in tf_rm_create_db()454 rc = tfp_calloc(&cparms); in tf_rm_create_db()461 rc = tfp_calloc(&cparms); in tf_rm_create_db()509 cparms.nitems = 1; in tf_rm_create_db()511 rc = tfp_calloc(&cparms); in tf_rm_create_db()[all …]
263 cparms.nitems = hash_size; in tf_shadow_tbl_ctxt_create()265 cparms.alignment = 0; in tf_shadow_tbl_ctxt_create()266 rc = tfp_calloc(&cparms); in tf_shadow_tbl_ctxt_create()277 cparms.alignment = 0; in tf_shadow_tbl_ctxt_create()278 rc = tfp_calloc(&cparms); in tf_shadow_tbl_ctxt_create()286 cparms.alignment = 0; in tf_shadow_tbl_ctxt_create()287 rc = tfp_calloc(&cparms); in tf_shadow_tbl_ctxt_create()734 cparms.nitems = 1; in tf_shadow_tbl_create_db()736 cparms.alignment = 0; in tf_shadow_tbl_create_db()752 cparms.nitems = 1; in tf_shadow_tbl_create_db()[all …]
272 cparms.nitems = hash_size; in tf_shadow_tcam_ctxt_create()274 cparms.alignment = 0; in tf_shadow_tcam_ctxt_create()275 rc = tfp_calloc(&cparms); in tf_shadow_tcam_ctxt_create()286 cparms.alignment = 0; in tf_shadow_tcam_ctxt_create()287 rc = tfp_calloc(&cparms); in tf_shadow_tcam_ctxt_create()295 cparms.alignment = 0; in tf_shadow_tcam_ctxt_create()296 rc = tfp_calloc(&cparms); in tf_shadow_tcam_ctxt_create()787 cparms.nitems = 1; in tf_shadow_tcam_create_db()789 cparms.alignment = 0; in tf_shadow_tcam_create_db()804 cparms.nitems = 1; in tf_shadow_tcam_create_db()[all …]
83 cparms.nitems = 1; in tf_session_create()85 cparms.alignment = 0; in tf_session_create()86 rc = tfp_calloc(&cparms); in tf_session_create()97 cparms.nitems = 1; in tf_session_create()99 cparms.alignment = 0; in tf_session_create()100 rc = tfp_calloc(&cparms); in tf_session_create()142 cparms.nitems = 1; in tf_session_create()144 cparms.alignment = 0; in tf_session_create()153 client = cparms.mem_va; in tf_session_create()249 cparms.nitems = 1; in tf_session_client_create()[all …]
577 struct tf_rm_check_indexes_in_range_parms cparms = { 0 }; in tf_tbl_bulk_get() local590 cparms.rm_db = tbl_db[parms->dir]; in tf_tbl_bulk_get()591 cparms.db_index = parms->type; in tf_tbl_bulk_get()592 cparms.starting_index = parms->starting_idx; in tf_tbl_bulk_get()593 cparms.num_entries = parms->num_entries; in tf_tbl_bulk_get()595 rc = tf_rm_check_indexes_in_range(&cparms); in tf_tbl_bulk_get()
160 struct tf_session_close_session_parms cparms = { 0 }; in tf_close_session() local166 cparms.ref_count = &ref_count; in tf_close_session()167 cparms.session_id = &session_id; in tf_close_session()172 &cparms); in tf_close_session()179 cparms.session_id->internal.domain, in tf_close_session()180 cparms.session_id->internal.bus, in tf_close_session()181 cparms.session_id->internal.device); in tf_close_session()
2798 if (!ulp_ctx || !cparms) in ulp_mapper_flow_create()2803 parms.act_prop = cparms->act_prop; in ulp_mapper_flow_create()2804 parms.act_bitmap = cparms->act; in ulp_mapper_flow_create()2805 parms.hdr_bitmap = cparms->hdr_bitmap; in ulp_mapper_flow_create()2807 parms.hdr_field = cparms->hdr_field; in ulp_mapper_flow_create()2808 parms.comp_fld = cparms->comp_fld; in ulp_mapper_flow_create()2812 parms.act_tid = cparms->act_tid; in ulp_mapper_flow_create()2813 parms.class_tid = cparms->class_tid; in ulp_mapper_flow_create()2814 parms.flow_type = cparms->flow_type; in ulp_mapper_flow_create()2817 parms.fid = cparms->flow_id; in ulp_mapper_flow_create()[all …]