Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam_shared.c374 rc = tf_session_get_tcam_shared_db(tfp, in tf_tcam_shared_unbind()
516 rc = tf_session_get_tcam_shared_db(tfp, (void *)&tcam_shared_db_ptr); in tf_tcam_shared_alloc()
601 rc = tf_session_get_tcam_shared_db(tfp, (void *)&tcam_shared_db_ptr); in tf_tcam_shared_free()
730 rc = tf_session_get_tcam_shared_db(tfp, (void *)&tcam_shared_db_ptr); in tf_tcam_shared_set()
839 rc = tf_session_get_tcam_shared_db(tfp, (void *)&tcam_shared_db_ptr); in tf_tcam_shared_get()
1080 rc = tf_session_get_tcam_shared_db(tfp, (void *)&tcam_shared_db_ptr); in tf_tcam_shared_move()
1219 rc = tf_session_get_tcam_shared_db(tfp, (void *)&tcam_shared_db_ptr); in tf_tcam_shared_clear()
H A Dtf_session.h657 tf_session_get_tcam_shared_db(struct tf *tfp,
H A Dtf_session.c998 tf_session_get_tcam_shared_db(struct tf *tfp, in tf_session_get_tcam_shared_db() function