Searched refs:hparms (Results 1 – 5 of 5) sorted by relevance
112 struct tf_if_tbl_get_hcapi_parms hparms; in tf_if_tbl_set() local124 hparms.tbl_db = if_tbl_db[parms->dir]; in tf_if_tbl_set()125 hparms.db_index = parms->type; in tf_if_tbl_set()126 hparms.hcapi_type = &parms->hcapi_type; in tf_if_tbl_set()127 rc = tf_if_tbl_get_hcapi_type(&hparms); in tf_if_tbl_set()148 struct tf_if_tbl_get_hcapi_parms hparms; in tf_if_tbl_get() local160 hparms.tbl_db = if_tbl_db[parms->dir]; in tf_if_tbl_get()161 hparms.db_index = parms->type; in tf_if_tbl_get()162 hparms.hcapi_type = &parms->hcapi_type; in tf_if_tbl_get()163 rc = tf_if_tbl_get_hcapi_type(&hparms); in tf_if_tbl_get()
119 struct tf_global_cfg_get_hcapi_parms hparms; in tf_global_cfg_set() local132 hparms.global_cfg_db = global_cfg_db[parms->dir]; in tf_global_cfg_set()133 hparms.db_index = parms->type; in tf_global_cfg_set()134 hparms.hcapi_type = &hcapi_type; in tf_global_cfg_set()135 rc = tf_global_cfg_get_hcapi_type(&hparms); in tf_global_cfg_set()163 struct tf_global_cfg_get_hcapi_parms hparms; in tf_global_cfg_get() local175 hparms.global_cfg_db = global_cfg_db[parms->dir]; in tf_global_cfg_get()176 hparms.db_index = parms->type; in tf_global_cfg_get()177 hparms.hcapi_type = &hcapi_type; in tf_global_cfg_get()178 rc = tf_global_cfg_get_hcapi_type(&hparms); in tf_global_cfg_get()
469 hparms.rm_db = tbl_db[parms->dir]; in tf_tbl_set()470 hparms.db_index = parms->type; in tf_tbl_set()471 hparms.hcapi_type = &hcapi_type; in tf_tbl_set()472 rc = tf_rm_get_hcapi_type(&hparms); in tf_tbl_set()538 hparms.rm_db = tbl_db[parms->dir]; in tf_tbl_get()539 hparms.db_index = parms->type; in tf_tbl_get()540 hparms.hcapi_type = &hcapi_type; in tf_tbl_get()541 rc = tf_rm_get_hcapi_type(&hparms); in tf_tbl_get()607 hparms.rm_db = tbl_db[parms->dir]; in tf_tbl_bulk_get()608 hparms.db_index = parms->type; in tf_tbl_bulk_get()[all …]
289 struct tf_rm_get_hcapi_parms hparms; in tf_tcam_free() local421 memset(&hparms, 0, sizeof(hparms)); in tf_tcam_free()423 hparms.rm_db = tcam_db[parms->dir]; in tf_tcam_free()424 hparms.db_index = parms->type; in tf_tcam_free()425 hparms.hcapi_type = &parms->hcapi_type; in tf_tcam_free()427 rc = tf_rm_get_hcapi_type(&hparms); in tf_tcam_free()583 struct tf_rm_get_hcapi_parms hparms; in tf_tcam_set() local645 memset(&hparms, 0, sizeof(hparms)); in tf_tcam_set()647 hparms.rm_db = tcam_db[parms->dir]; in tf_tcam_set()648 hparms.db_index = parms->type; in tf_tcam_set()[all …]
278 struct tf_rm_get_hcapi_parms hparms; in tf_rm_check_residuals() local326 hparms.rm_db = rm_db; in tf_rm_check_residuals()327 hparms.hcapi_type = &hcapi_type; in tf_rm_check_residuals()337 hparms.db_index = i; in tf_rm_check_residuals()338 rc = tf_rm_get_hcapi_type(&hparms); in tf_rm_check_residuals()