Home
last modified time | relevance | path

Searched refs:shparms (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tbl.c233 struct tf_shadow_tbl_remove_parms shparms; in tf_tbl_free() local
268 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()
H A Dtf_tcam.c292 struct tf_shadow_tcam_remove_parms shparms; in tf_tcam_free() local
355 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()