Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam.c219 void *tcam_db_ptr = NULL; in tf_tcam_unbind() local
227 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_unbind()
266 void *tcam_db_ptr = NULL; in tf_tcam_alloc() local
304 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_alloc()
352 void *tcam_db_ptr = NULL; in tf_tcam_free() local
398 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_free()
626 void *tcam_db_ptr = NULL; in tf_tcam_set() local
664 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_set()
740 void *tcam_db_ptr = NULL; in tf_tcam_get() local
761 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_get()
[all …]
H A Dtf_tcam_shared.c172 void *tcam_db_ptr = NULL; in tf_tcam_db_valid() local
177 rc = tf_session_get_db(tfp, TF_MODULE_TYPE_TCAM, &tcam_db_ptr); in tf_tcam_db_valid()
181 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_db_valid()
197 void *tcam_db_ptr = NULL; in tf_tcam_shared_get_rm_info() local
203 rc = tf_session_get_db(tfp, TF_MODULE_TYPE_TCAM, &tcam_db_ptr); in tf_tcam_shared_get_rm_info()
210 tcam_db = (struct tcam_rm_db *)tcam_db_ptr; in tf_tcam_shared_get_rm_info()