Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_identifier.c116 void *ident_db_ptr = NULL; in tf_ident_unbind() local
120 rc = tf_session_get_db(tfp, TF_MODULE_TYPE_IDENTIFIER, &ident_db_ptr); in tf_ident_unbind()
123 ident_db = (struct ident_rm_db *)ident_db_ptr; in tf_ident_unbind()
164 void *ident_db_ptr = NULL; in tf_ident_alloc() local
175 ident_db = (struct ident_rm_db *)ident_db_ptr; in tf_ident_alloc()
221 void *ident_db_ptr = NULL; in tf_ident_free() local
232 ident_db = (struct ident_rm_db *)ident_db_ptr; in tf_ident_free()
301 void *ident_db_ptr = NULL; in tf_ident_search() local
319 ident_db = (struct ident_rm_db *)ident_db_ptr; in tf_ident_search()
366 void *ident_db_ptr = NULL; in tf_ident_get_resc_info() local
[all …]