Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_shadow_identifier.c49 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_create_db() local
61 shadow_db = (void *)cparms.mem_va; in tf_shadow_ident_create_db()
70 shadow_db->num_entries = parms->num_elements; in tf_shadow_ident_create_db()
72 db = shadow_db->db; in tf_shadow_ident_create_db()
100 tfp_free((void *)shadow_db); in tf_shadow_ident_create_db()
110 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_free_db() local
115 for (i = 0; i < shadow_db->num_entries; i++) in tf_shadow_ident_free_db()
118 tfp_free((void *)shadow_db->db); in tf_shadow_ident_free_db()
127 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_search() local
152 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_insert() local
[all …]
H A Dtf_shadow_tcam.c320 !shadow_db || in tf_shadow_tcam_ctxt_get()
321 !shadow_db->ctxt[type]) in tf_shadow_tcam_ctxt_get()
434 shadow_db = (struct tf_shadow_tcam_db *)parms->shadow_db; in tf_shadow_tcam_bind_index()
510 shadow_db = (struct tf_shadow_tcam_db *)parms->shadow_db; in tf_shadow_tcam_remove()
570 shadow_db = (struct tf_shadow_tcam_db *)parms->shadow_db; in tf_shadow_tcam_search()
703 shadow_db = (struct tf_shadow_tcam_db *)parms->shadow_db; in tf_shadow_tcam_insert()
754 shadow_db = (struct tf_shadow_tcam_db *)parms->shadow_db; in tf_shadow_tcam_free_db()
755 if (!shadow_db) { in tf_shadow_tcam_free_db()
767 tfp_free(shadow_db); in tf_shadow_tcam_free_db()
820 *parms->shadow_db = (void *)shadow_db; in tf_shadow_tcam_create_db()
[all …]
H A Dtf_shadow_tcam.h51 void **shadow_db; member
70 void *shadow_db; member
86 void *shadow_db; member
130 void *shadow_db; member
153 void *shadow_db; member
176 void *shadow_db; member
H A Dtf_tcam.c172 shadow_cdb.shadow_db = &shadow_tcam_db[d]; in tf_tcam_bind()
198 fshadow.shadow_db = shadow_tcam_db[i]; in tf_tcam_bind()
244 fshadow.shadow_db = shadow_tcam_db[i]; in tf_tcam_unbind()
424 shparms.shadow_db = shadow_tcam_db[parms->dir]; in tf_tcam_free()
546 sparms.shadow_db = shadow_tcam_db[parms->dir]; in tf_tcam_alloc_search()
580 bparms.shadow_db = shadow_tcam_db[parms->dir]; in tf_tcam_alloc_search()
713 iparms.shadow_db = shadow_tcam_db[parms->dir]; in tf_tcam_set()