Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c26 static uint8_t shadow_init; variable
92 shadow_init = 1; in tf_ident_bind()
135 if (shadow_init) { in tf_ident_unbind()
149 shadow_init = 0; in tf_ident_unbind()
190 if (shadow_init) { in tf_ident_alloc()
253 if (shadow_init) { in tf_ident_free()
305 if (!shadow_init) { in tf_ident_search()
H A Dtf_tcam.c29 static uint8_t shadow_init; variable
182 shadow_init = 1; in tf_tcam_bind()
207 shadow_init = 0; in tf_tcam_bind()
241 if (shadow_init) { in tf_tcam_unbind()
250 shadow_init = 0; in tf_tcam_unbind()
423 if (shadow_init) { in tf_tcam_free()
506 if (!shadow_init || !shadow_tcam_db[parms->dir]) { in tf_tcam_alloc_search()
710 if (!shadow_init || !shadow_tcam_db[parms->dir]) in tf_tcam_set()