Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c45 struct tf_shadow_ident_create_db_parms shadow_cdb = { 0 }; in tf_ident_bind() local
75 shadow_cdb.num_elements = parms->num_elements; in tf_ident_bind()
76 shadow_cdb.tf_shadow_ident_db = &ident_shadow_db[i]; in tf_ident_bind()
77 shadow_cdb.cfg = &shadow_cfg; in tf_ident_bind()
78 rc = tf_shadow_ident_create_db(&shadow_cdb); in tf_ident_bind()
H A Dtf_tbl.c53 struct tf_shadow_tbl_create_db_parms shadow_cdb; in tf_tbl_bind() local
87 memset(&shadow_cdb, 0, sizeof(shadow_cdb)); in tf_tbl_bind()
109 shadow_cdb.shadow_db = &shadow_tbl_db[d]; in tf_tbl_bind()
110 shadow_cdb.cfg = &shadow_cfg; in tf_tbl_bind()
111 rc = tf_shadow_tbl_create_db(&shadow_cdb); in tf_tbl_bind()
H A Dtf_tcam.c54 struct tf_shadow_tcam_create_db_parms shadow_cdb; in tf_tcam_bind() local
95 memset(&shadow_cdb, 0, sizeof(shadow_cdb)); in tf_tcam_bind()
117 shadow_cdb.shadow_db = &shadow_tcam_db[d]; in tf_tcam_bind()
118 shadow_cdb.cfg = &shadow_cfg; in tf_tcam_bind()
119 rc = tf_shadow_tcam_create_db(&shadow_cdb); in tf_tcam_bind()