Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_shadow_identifier.c31 struct tf_shadow_ident_db { struct
49 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_create_db() argument
101 parms->tf_shadow_ident_db = NULL; in tf_shadow_ident_create_db()
110 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_free_db()
114 shadow_db = (struct tf_shadow_ident_db *)parms->tf_shadow_ident_db; in tf_shadow_ident_free_db()
127 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_search()
132 shadow_db = (struct tf_shadow_ident_db *)parms->tf_shadow_ident_db; in tf_shadow_ident_search()
152 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_insert()
156 shadow_db = (struct tf_shadow_ident_db *)parms->tf_shadow_ident_db; in tf_shadow_ident_insert()
175 struct tf_shadow_ident_db *shadow_db; in tf_shadow_ident_remove()
[all …]
H A Dtf_shadow_identifier.h67 void **tf_shadow_ident_db; member
77 void *tf_shadow_ident_db; member
87 void *tf_shadow_ident_db; member
113 void *tf_shadow_ident_db; member
135 void *tf_shadow_ident_db; member
H A Dtf_identifier.c76 shadow_cdb.tf_shadow_ident_db = &ident_shadow_db[i]; in tf_ident_bind()
124 sparms.tf_shadow_ident_db = ident_shadow_db[i]; in tf_ident_unbind()
177 iparms.tf_shadow_ident_db = ident_shadow_db[parms->dir]; in tf_ident_alloc()
236 rparms.tf_shadow_ident_db = ident_shadow_db[parms->dir]; in tf_ident_free()
318 sparms.tf_shadow_ident_db = ident_shadow_db[parms->dir]; in tf_ident_search()