Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c37 struct tf_shadow_ident_create_db_parms shadow_cdb = { 0 }; in tf_ident_bind() local
81 shadow_cdb.num_elements = parms->num_elements; in tf_ident_bind()
82 shadow_cdb.tf_shadow_ident_db = &ident_shadow_db[i]; in tf_ident_bind()
83 shadow_cdb.cfg = &shadow_cfg; in tf_ident_bind()
84 rc = tf_shadow_ident_create_db(&shadow_cdb); in tf_ident_bind()
H A Dtf_tcam.c45 struct tf_shadow_tcam_create_db_parms shadow_cdb; in tf_tcam_bind() local
150 memset(&shadow_cdb, 0, sizeof(shadow_cdb)); in tf_tcam_bind()
172 shadow_cdb.shadow_db = &shadow_tcam_db[d]; in tf_tcam_bind()
173 shadow_cdb.cfg = &shadow_cfg; in tf_tcam_bind()
174 rc = tf_shadow_tcam_create_db(&shadow_cdb); in tf_tcam_bind()