Searched refs:sram_handle (Results 1 – 5 of 5) sorted by relevance
144 void *sram_handle = NULL; in tf_tbl_sram_bind() local148 rc = tf_sram_mgr_bind(&sram_handle); in tf_tbl_sram_bind()150 tf_session_set_sram_db(tfp, sram_handle); in tf_tbl_sram_bind()162 void *sram_handle = NULL; in tf_tbl_sram_unbind() local173 if (sram_handle) in tf_tbl_sram_unbind()174 rc = tf_sram_mgr_unbind(sram_handle); in tf_tbl_sram_unbind()193 void *sram_handle = NULL; in tf_tbl_sram_alloc() local279 void *sram_handle = NULL; in tf_tbl_sram_free() local405 void *sram_handle = NULL; in tf_tbl_sram_set() local541 void *sram_handle = NULL; in tf_tbl_sram_get() local[all …]
66 int tf_sram_mgr_bind(void **sram_handle);79 int tf_sram_mgr_unbind(void *sram_handle);135 int tf_sram_mgr_alloc(void *sram_handle,198 int tf_sram_mgr_free(void *sram_handle,239 int tf_sram_mgr_dump(void *sram_handle,292 int tf_sram_mgr_is_allocated(void *sram_handle,
555 tf_sram_mgr_bind(void **sram_handle) in tf_sram_mgr_bind() argument561 TF_CHECK_PARMS1(sram_handle); in tf_sram_mgr_bind()575 *sram_handle = sram; in tf_sram_mgr_bind()580 tf_sram_mgr_unbind(void *sram_handle) in tf_sram_mgr_unbind() argument589 TF_CHECK_PARMS1(sram_handle); in tf_sram_mgr_unbind()591 sram = (struct tf_sram *)sram_handle; in tf_sram_mgr_unbind()621 sram_handle = NULL; in tf_sram_mgr_unbind()695 tf_sram_mgr_free(void *sram_handle, in tf_sram_mgr_free() argument706 TF_CHECK_PARMS2(sram_handle, parms); in tf_sram_mgr_free()814 tf_sram_mgr_dump(void *sram_handle, in tf_sram_mgr_dump() argument[all …]
172 void *sram_handle; member670 void *sram_handle);682 void **sram_handle);
1037 void **sram_handle) in tf_session_get_sram_db() argument1042 *sram_handle = NULL; in tf_session_get_sram_db()1051 *sram_handle = tfs->sram_handle; in tf_session_get_sram_db()1057 void *sram_handle) in tf_session_set_sram_db() argument1069 tfs->sram_handle = sram_handle; in tf_session_set_sram_db()