Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c203 struct tf_shadow_ident_remove_parms rparms = { 0 }; in tf_ident_free() local
236 rparms.tf_shadow_ident_db = ident_shadow_db[parms->dir]; in tf_ident_free()
237 rparms.type = parms->type; in tf_ident_free()
238 rparms.id = base_id; in tf_ident_free()
239 rparms.ref_cnt = parms->ref_cnt; in tf_ident_free()
241 rc = tf_shadow_ident_remove(&rparms); in tf_ident_free()
252 if (*rparms.ref_cnt > 0) in tf_ident_free()