Home
last modified time | relevance | path

Searched refs:TF_DIR_MAX (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_common.h46 struct rm_db *eem_db[TF_DIR_MAX];
67 struct hcapi_cfa_em_ctx_mem_info em_ctx_info[TF_DIR_MAX];
68 struct tf_em_caps em_caps[TF_DIR_MAX];
69 struct stack ext_act_pool[TF_DIR_MAX];
70 uint32_t *ext_act_pool_mem[TF_DIR_MAX];
H A Dtf_em_internal.c184 int db_rc[TF_DIR_MAX] = { 0 }; in tf_em_int_bind()
211 for (i = 0; i < TF_DIR_MAX; i++) in tf_em_int_bind()
219 for (i = 0; i < TF_DIR_MAX; i++) { in tf_em_int_bind()
257 for (i = 0; i < TF_DIR_MAX; i++) { in tf_em_int_bind()
329 for (i = 0; i < TF_DIR_MAX; i++) { in tf_em_int_unbind()
342 for (i = 0; i < TF_DIR_MAX; i++) { in tf_em_int_unbind()
379 for (d = 0; d < TF_DIR_MAX; d++) { in tf_em_get_resc_info()
H A Dtf_core.h33 TF_DIR_MAX enumerator
586 struct tf_identifier_resources ident_cnt[TF_DIR_MAX];
593 struct tf_tbl_resources tbl_cnt[TF_DIR_MAX];
601 struct tf_tcam_resources tcam_cnt[TF_DIR_MAX];
608 struct tf_em_resources em_cnt[TF_DIR_MAX];
821 struct tf_identifier_resource_info ident[TF_DIR_MAX];
828 struct tf_tbl_resource_info tbl[TF_DIR_MAX];
836 struct tf_tcam_resource_info tcam[TF_DIR_MAX];
843 struct tf_em_resource_info em[TF_DIR_MAX];
H A Dtf_identifier.c21 static void *ident_shadow_db[TF_DIR_MAX];
33 int db_rc[TF_DIR_MAX] = { 0 }; in tf_ident_bind()
60 for (i = 0; i < TF_DIR_MAX; i++) in tf_ident_bind()
68 for (i = 0; i < TF_DIR_MAX; i++) { in tf_ident_bind()
125 for (i = 0; i < TF_DIR_MAX; i++) { in tf_ident_unbind()
380 for (d = 0; d < TF_DIR_MAX; d++) { in tf_ident_get_resc_info()
H A Dtf_tcam.c24 static void *shadow_tcam_db[TF_DIR_MAX];
36 int db_rc[TF_DIR_MAX] = { 0 }; in tf_tcam_bind()
97 for (i = 0; i < TF_DIR_MAX; i++) in tf_tcam_bind()
105 for (d = 0; d < TF_DIR_MAX; d++) { in tf_tcam_bind()
123 for (d = 0; d < TF_DIR_MAX; d++) { in tf_tcam_bind()
148 for (d = 0; d < TF_DIR_MAX; d++) { in tf_tcam_bind()
190 for (i = 0; i < TF_DIR_MAX; i++) { in tf_tcam_bind()
229 for (i = 0; i < TF_DIR_MAX; i++) { in tf_tcam_unbind()
831 for (d = 0; d < TF_DIR_MAX; d++) { in tf_tcam_get_resc_info()
H A Dtf_tbl.c30 int db_rc[TF_DIR_MAX] = { 0 }; in tf_tbl_bind()
54 for (i = 0; i < TF_DIR_MAX; i++) in tf_tbl_bind()
62 for (d = 0; d < TF_DIR_MAX; d++) { in tf_tbl_bind()
103 for (i = 0; i < TF_DIR_MAX; i++) { in tf_tbl_unbind()
578 for (d = 0; d < TF_DIR_MAX; d++) { in tf_tbl_get_resc_info()
H A Dtf_identifier.h109 struct rm_db *ident_db[TF_DIR_MAX];
H A Dtf_em_host.c432 for (dir = 0; dir < TF_DIR_MAX; dir++) { in tf_em_ext_alloc()
451 for (dir = 0; dir < TF_DIR_MAX; dir++) { in tf_em_ext_alloc()
581 for (dir = 0; dir < TF_DIR_MAX; dir++) { in tf_em_ext_free()
H A Dtf_tbl.h178 struct rm_db *tbl_db[TF_DIR_MAX];
H A Dtf_tcam.h254 struct rm_db *tcam_db[TF_DIR_MAX];
H A Dtf_device_p58.h15 extern struct tf_rm_element_cfg tf_tbl_p58[TF_DIR_MAX][TF_TBL_TYPE_MAX];
H A Dtf_device_p4.h15 extern struct tf_rm_element_cfg tf_tbl_p4[TF_DIR_MAX][TF_TBL_TYPE_MAX];
H A Dtf_session.h160 void *em_pool[TF_DIR_MAX];
H A Dtf_em.h143 struct rm_db *em_db[TF_DIR_MAX];
H A Dtf_if_tbl.c21 struct tf_if_tbl_cfg *if_tbl_cfg_db[TF_DIR_MAX];
H A Dtf_global_cfg.c20 struct tf_global_cfg_cfg *global_cfg_db[TF_DIR_MAX];
H A Dtf_em_common.c935 for (i = 0; i < TF_DIR_MAX; i++) in tf_em_ext_common_bind()
943 for (i = 0; i < TF_DIR_MAX; i++) { in tf_em_ext_common_bind()
1029 for (i = 0; i < TF_DIR_MAX; i++) { in tf_em_ext_common_unbind()
H A Dtf_sram_mgr.c92 struct tf_sram_bank dir[TF_DIR_MAX];
593 for (dir = 0; dir < TF_DIR_MAX; dir++) { in tf_sram_mgr_unbind()
H A Dtf_tcam_shared.c54 struct tf_tcam_shared_wc_pool db[TF_DIR_MAX][TF_TCAM_SHARED_WC_POOL_MAX];
288 for (dir = 0; dir < TF_DIR_MAX; dir++) { in tf_tcam_shared_bind()
396 for (dir = 0; dir < TF_DIR_MAX; dir++) { in tf_tcam_shared_unbind()
H A Dtf_device_p4.c62 struct tf_rm_element_cfg tf_tbl_p4[TF_DIR_MAX][TF_TBL_TYPE_MAX] = {
H A Dtf_device.c47 for (i = 0; i < TF_DIR_MAX; i++) { in tf_dev_reservation_check()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.h48 struct sw_acc_counter *sw_acc_tbl[TF_DIR_MAX];
49 struct hw_fc_mem_info shadow_hw_tbl[TF_DIR_MAX];
H A Dulp_fc_mgr.c106 for (i = 0; i < TF_DIR_MAX; i++) { in ulp_fc_mgr_init()
115 for (i = 0; i < TF_DIR_MAX; i++) { in ulp_fc_mgr_init()
155 for (i = 0; i < TF_DIR_MAX; i++) in ulp_fc_mgr_deinit()
158 for (i = 0; i < TF_DIR_MAX; i++) { in ulp_fc_mgr_deinit()
510 for (i = 0; i < TF_DIR_MAX; i++) { in ulp_fc_mgr_alarm_cb()
H A Dulp_mapper.h30 glb_res_tbl[TF_DIR_MAX][BNXT_ULP_GLB_RF_IDX_LAST];
H A Dulp_gen_tbl.c168 if (dir >= TF_DIR_MAX) { in ulp_mapper_gen_tbl_idx_calculate()

12