Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_host.c37 extern struct tf_tbl_scope_cb tbl_scopes[TF_NUM_TBL_SCOPE];
391 tbl_scope_cb = &tbl_scopes[parms->tbl_scope_id]; in tf_em_ext_alloc()
537 tbl_scopes[parms->tbl_scope_id].tbl_scope_id = TF_TBL_SCOPE_INVALID; in tf_em_ext_free()
H A Dtf_em_common.c45 struct tf_tbl_scope_cb tbl_scopes[TF_NUM_TBL_SCOPE]; variable
67 if (tbl_scopes[i].tbl_scope_id == tbl_scope_id) in tbl_scope_cb_find()
68 return &tbl_scopes[i]; in tbl_scope_cb_find()