Searched refs:shparms (Results 1 – 2 of 2) sorted by relevance
233 struct tf_shadow_tbl_remove_parms shparms; in tf_tbl_free() local268 memset(&shparms, 0, sizeof(shparms)); in tf_tbl_free()269 shparms.shadow_db = shadow_tbl_db[parms->dir]; in tf_tbl_free()270 shparms.fparms = parms; in tf_tbl_free()271 rc = tf_shadow_tbl_remove(&shparms); in tf_tbl_free()
292 struct tf_shadow_tcam_remove_parms shparms; in tf_tcam_free() local355 shparms.shadow_db = shadow_tcam_db[parms->dir]; in tf_tcam_free()356 shparms.fparms = parms; in tf_tcam_free()357 rc = tf_shadow_tcam_remove(&shparms); in tf_tcam_free()