Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_core.h1162 uint32_t tbl_scope_id; member
1171 uint32_t tbl_scope_id; member
1181 uint32_t tbl_scope_id; member
1668 uint32_t tbl_scope_id; member
1717 uint32_t tbl_scope_id; member
1753 uint32_t tbl_scope_id; member
1945 uint32_t tbl_scope_id; member
1997 uint32_t tbl_scope_id; member
2026 uint32_t tbl_scope_id; member
2068 uint32_t tbl_scope_id; member
H A Dtf_em_common.h24 struct tf_tbl_scope_cb *tbl_scope_cb_find(uint32_t tbl_scope_id);
62 uint32_t tbl_scope_id; member
198 uint32_t tbl_scope_id);
H A Dtf_em_common.c140 uint32_t tbl_scope_id) in tf_em_ext_common_tbl_scope_find() argument
157 if (tbl_scope_cb->tbl_scope_id == tbl_scope_id) in tf_em_ext_common_tbl_scope_find()
188 tbl_scope_cb = tf_em_ext_common_tbl_scope_find(tfp, parms->tbl_scope_id); in tf_tbl_ext_alloc()
241 tbl_scope_cb = tf_em_ext_common_tbl_scope_find(tfp, parms->tbl_scope_id); in tf_tbl_ext_free()
1015 tparms.tbl_scope_id = in tf_em_ext_common_unbind()
1016 tbl_scope_cb->tbl_scope_id; in tf_em_ext_common_unbind()
1070 uint32_t tbl_scope_id; in tf_tbl_ext_common_set() local
1085 tbl_scope_id = parms->tbl_scope_id; in tf_tbl_ext_common_set()
1087 if (tbl_scope_id == TF_TBL_SCOPE_INVALID) { in tf_tbl_ext_common_set()
1094 tbl_scope_cb = tf_em_ext_common_tbl_scope_find(tfp, tbl_scope_id); in tf_tbl_ext_common_set()
[all …]
H A Dtf_tbl.h52 uint32_t tbl_scope_id; member
74 uint32_t tbl_scope_id; member
96 uint32_t tbl_scope_id; member
H A Dtf_em_host.c407 aparms.index = (uint32_t *)&parms->tbl_scope_id; in tf_em_ext_alloc()
429 tbl_scope_cb->tbl_scope_id = parms->tbl_scope_id; in tf_em_ext_alloc()
515 free_parms.tbl_scope_id = parms->tbl_scope_id; in tf_em_ext_alloc()
528 fparms.index = parms->tbl_scope_id; in tf_em_ext_alloc()
564 tbl_scope_cb = tf_em_ext_common_tbl_scope_find(tfp, parms->tbl_scope_id); in tf_em_ext_free()
573 aparms.index = parms->tbl_scope_id; in tf_em_ext_free()
H A Dtf_core.c1062 aparms.tbl_scope_id = parms->tbl_scope_id; in tf_alloc_tbl_entry()
1144 fparms.tbl_scope_id = parms->tbl_scope_id; in tf_free_tbl_entry()
1226 sparms.tbl_scope_id = parms->tbl_scope_id; in tf_set_tbl_entry()
H A Dtf_em_internal.c145 parms.tbl_scope_id = 0; in tf_em_move_callback()
H A Dtf_msg.c1473 req.action_tbl_scope = tfp_cpu_to_le_16(tbl_scope_cb->tbl_scope_id); in tf_msg_ext_em_cfg()
1475 req.lkup_tbl_scope = tfp_cpu_to_le_16(tbl_scope_cb->tbl_scope_id); in tf_msg_ext_em_cfg()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.h78 uint32_t tbl_scope_id; member
166 uint32_t tbl_scope_id);
171 uint32_t *tbl_scope_id);
H A Dbnxt_ulp.c712 rc = bnxt_ulp_cntxt_tbl_scope_id_set(bp->ulp_ctx, params.tbl_scope_id); in ulp_eem_tbl_scope_init()
760 rc = bnxt_ulp_cntxt_tbl_scope_id_get(ulp_ctx, &params.tbl_scope_id); in ulp_eem_tbl_scope_deinit()
1704 uint32_t *tbl_scope_id) in bnxt_ulp_cntxt_tbl_scope_id_get() argument
1707 *tbl_scope_id = ulp_ctx->cfg_data->tbl_scope_id; in bnxt_ulp_cntxt_tbl_scope_id_get()
1717 uint32_t tbl_scope_id) in bnxt_ulp_cntxt_tbl_scope_id_set() argument
1720 ulp_ctx->cfg_data->tbl_scope_id = tbl_scope_id; in bnxt_ulp_cntxt_tbl_scope_id_set()
H A Dulp_mapper.c176 uint32_t tbl_scope_id; in ulp_mapper_resource_index_tbl_alloc() local
184 rc = bnxt_ulp_cntxt_tbl_scope_id_get(ulp_ctx, &tbl_scope_id); in ulp_mapper_resource_index_tbl_alloc()
192 aparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_resource_index_tbl_alloc()
546 (void)bnxt_ulp_cntxt_tbl_scope_id_get(ulp, &fparms.tbl_scope_id); in ulp_mapper_index_entry_free()
562 rc = bnxt_ulp_cntxt_tbl_scope_id_get(ulp, &fparms.tbl_scope_id); in ulp_mapper_em_entry_free()
2332 &iparms.tbl_scope_id); in ulp_mapper_em_tbl_process()
2391 free_parms.tbl_scope_id = iparms.tbl_scope_id; in ulp_mapper_em_tbl_process()
2415 uint32_t tbl_scope_id; in ulp_mapper_index_tbl_process() local
2582 aparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_index_tbl_process()
2638 sparms.tbl_scope_id = tbl_scope_id; in ulp_mapper_index_tbl_process()
[all …]