Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_if_tbl.c95 struct tf_if_tbl_db *if_tbl_db_ptr; in tf_if_tbl_unbind() local
106 rc = tf_session_get_if_tbl_db(tfp, (void **)&if_tbl_db_ptr); in tf_if_tbl_unbind()
112 tfp_free((void *)if_tbl_db_ptr); in tf_if_tbl_unbind()
123 struct tf_if_tbl_db *if_tbl_db_ptr; in tf_if_tbl_set() local
135 rc = tf_session_get_if_tbl_db(tfp, (void **)&if_tbl_db_ptr); in tf_if_tbl_set()
142 hparms.tbl_db = if_tbl_db_ptr->if_tbl_cfg_db[parms->dir]; in tf_if_tbl_set()
166 struct tf_if_tbl_db *if_tbl_db_ptr; in tf_if_tbl_get() local
178 rc = tf_session_get_if_tbl_db(tfp, (void **)&if_tbl_db_ptr); in tf_if_tbl_get()
185 hparms.tbl_db = if_tbl_db_ptr->if_tbl_cfg_db[parms->dir]; in tf_if_tbl_get()