Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_host.c383 aparms.index = (uint32_t *)&parms->tbl_scope_id; in tf_em_ext_alloc()
391 tbl_scope_cb = &tbl_scopes[parms->tbl_scope_id]; in tf_em_ext_alloc()
392 tbl_scope_cb->index = parms->tbl_scope_id; in tf_em_ext_alloc()
393 tbl_scope_cb->tbl_scope_id = parms->tbl_scope_id; in tf_em_ext_alloc()
484 free_parms.tbl_scope_id = parms->tbl_scope_id; in tf_em_ext_alloc()
492 fparms.index = parms->tbl_scope_id; in tf_em_ext_alloc()
506 tbl_scope_cb = tbl_scope_cb_find(parms->tbl_scope_id); in tf_em_ext_free()
516 aparms.index = parms->tbl_scope_id; in tf_em_ext_free()
537 tbl_scopes[parms->tbl_scope_id].tbl_scope_id = TF_TBL_SCOPE_INVALID; in tf_em_ext_free()
H A Dtf_tbl.h40 uint32_t tbl_scope_id; member
92 uint32_t tbl_scope_id; member
114 uint32_t tbl_scope_id; member
141 uint32_t tbl_scope_id; member
187 uint32_t tbl_scope_id; member
H A Dtf_core.h899 uint32_t tbl_scope_id; member
908 uint32_t tbl_scope_id; member
918 uint32_t tbl_scope_id; member
1338 uint32_t tbl_scope_id; member
1411 uint32_t tbl_scope_id; member
1486 uint32_t tbl_scope_id; member
1532 uint32_t tbl_scope_id; member
1682 uint32_t tbl_scope_id; member
1734 uint32_t tbl_scope_id; member
1768 uint32_t tbl_scope_id; member
H A Dtf_em_common.c49 tbl_scope_cb_find(uint32_t tbl_scope_id) in tbl_scope_cb_find() argument
58 parms.index = tbl_scope_id; in tbl_scope_cb_find()
67 if (tbl_scopes[i].tbl_scope_id == tbl_scope_id) in tbl_scope_cb_find()
187 tbl_scope_cb = tbl_scope_cb_find(parms->tbl_scope_id); in tf_tbl_ext_alloc()
242 tbl_scope_cb = tbl_scope_cb_find(parms->tbl_scope_id); in tf_tbl_ext_free()
849 tbl_scope_cb = tbl_scope_cb_find(parms->tbl_scope_id); in tf_em_insert_ext_entry()
984 uint32_t tbl_scope_id; in tf_tbl_ext_common_set() local
999 tbl_scope_id = parms->tbl_scope_id; in tf_tbl_ext_common_set()
1001 if (tbl_scope_id == TF_TBL_SCOPE_INVALID) { in tf_tbl_ext_common_set()
1011 tbl_scope_cb = tbl_scope_cb_find(tbl_scope_id); in tf_tbl_ext_common_set()
[all …]
H A Dtf_em_common.h24 struct tf_tbl_scope_cb *tbl_scope_cb_find(uint32_t tbl_scope_id);
H A Dtf_core.c898 aparms.tbl_scope_id = parms->tbl_scope_id; in tf_alloc_tbl_entry()
990 sparms.tbl_scope_id = parms->tbl_scope_id; in tf_search_tbl_entry()
1046 fparms.tbl_scope_id = parms->tbl_scope_id; in tf_free_tbl_entry()
1128 sparms.tbl_scope_id = parms->tbl_scope_id; in tf_set_tbl_entry()
H A Dtf_tbl.c378 aparms.tbl_scope_id = parms->tbl_scope_id; in tf_tbl_alloc_search()
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.h47 uint32_t tbl_scope_id; member
124 uint32_t tbl_scope_id);
129 uint32_t *tbl_scope_id);
H A Dulp_mapper.c140 uint32_t tbl_scope_id; in ulp_mapper_resource_index_tbl_alloc() local
148 rc = bnxt_ulp_cntxt_tbl_scope_id_get(ulp_ctx, &tbl_scope_id); in ulp_mapper_resource_index_tbl_alloc()
157 aparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_resource_index_tbl_alloc()
1846 &iparms.tbl_scope_id); in ulp_mapper_em_tbl_process()
1905 free_parms.tbl_scope_id = iparms.tbl_scope_id; in ulp_mapper_em_tbl_process()
1930 uint32_t tbl_scope_id; in ulp_mapper_index_tbl_process() local
2009 sparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_index_tbl_process()
2034 srchparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_index_tbl_process()
2056 aparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_index_tbl_process()
2096 sparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_index_tbl_process()
[all …]
H A Dbnxt_ulp.c417 rc = bnxt_ulp_cntxt_tbl_scope_id_set(bp->ulp_ctx, params.tbl_scope_id); in ulp_eem_tbl_scope_init()
465 rc = bnxt_ulp_cntxt_tbl_scope_id_get(ulp_ctx, &params.tbl_scope_id); in ulp_eem_tbl_scope_deinit()
1240 uint32_t *tbl_scope_id) in bnxt_ulp_cntxt_tbl_scope_id_get() argument
1243 *tbl_scope_id = ulp_ctx->cfg_data->tbl_scope_id; in bnxt_ulp_cntxt_tbl_scope_id_get()
1253 uint32_t tbl_scope_id) in bnxt_ulp_cntxt_tbl_scope_id_set() argument
1256 ulp_ctx->cfg_data->tbl_scope_id = tbl_scope_id; in bnxt_ulp_cntxt_tbl_scope_id_set()