Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_host.c376 void *ext_ptr = NULL; in tf_em_ext_alloc() local
387 rc = tf_session_get_em_ext_db(tfp, &ext_ptr); in tf_em_ext_alloc()
394 ext_db = (struct em_ext_db *)ext_ptr; in tf_em_ext_alloc()
545 void *ext_ptr = NULL; in tf_em_ext_free() local
555 rc = tf_session_get_em_ext_db(tfp, &ext_ptr); in tf_em_ext_free()
562 ext_db = (struct em_ext_db *)ext_ptr; in tf_em_ext_free()
H A Dtf_em_common.c144 void *ext_ptr = NULL; in tf_em_ext_common_tbl_scope_find() local
148 rc = tf_session_get_em_ext_db(tfp, &ext_ptr); in tf_em_ext_common_tbl_scope_find()
152 ext_db = (struct em_ext_db *)ext_ptr; in tf_em_ext_common_tbl_scope_find()
980 void *ext_ptr = NULL; in tf_em_ext_common_unbind() local
1001 rc = tf_session_get_em_ext_db(tfp, &ext_ptr); in tf_em_ext_common_unbind()
1008 ext_db = (struct em_ext_db *)ext_ptr; in tf_em_ext_common_unbind()