| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_ulp.c | 86 res->ident_cnt[TF_DIR_RX].cnt[TF_IDENT_TYPE_L2_CTXT_LOW] = 6; in bnxt_ulp_tf_session_resources_get() 87 res->ident_cnt[TF_DIR_RX].cnt[TF_IDENT_TYPE_WC_PROF] = 192; in bnxt_ulp_tf_session_resources_get() 88 res->ident_cnt[TF_DIR_RX].cnt[TF_IDENT_TYPE_PROF_FUNC] = 64; in bnxt_ulp_tf_session_resources_get() 89 res->ident_cnt[TF_DIR_RX].cnt[TF_IDENT_TYPE_EM_PROF] = 192; in bnxt_ulp_tf_session_resources_get() 97 res->tbl_cnt[TF_DIR_RX].cnt[TF_TBL_TYPE_ACT_ENCAP_8B] = 511; in bnxt_ulp_tf_session_resources_get() 98 res->tbl_cnt[TF_DIR_RX].cnt[TF_TBL_TYPE_ACT_ENCAP_16B] = 63; in bnxt_ulp_tf_session_resources_get() 106 res->tcam_cnt[TF_DIR_RX].cnt[TF_TCAM_TBL_TYPE_WC_TCAM] = 88; in bnxt_ulp_tf_session_resources_get() 112 res->em_cnt[TF_DIR_RX].cnt[TF_EM_TBL_TYPE_TBL_SCOPE] = 1; in bnxt_ulp_tf_session_resources_get() 115 res->tbl_cnt[TF_DIR_RX].cnt[TF_TBL_TYPE_ACT_SP_SMAC] = 255; in bnxt_ulp_tf_session_resources_get() 158 res->ident_cnt[TF_DIR_RX].cnt[TF_IDENT_TYPE_WC_PROF] = 192; in bnxt_ulp_tf_session_resources_get() [all …]
|
| H A D | ulp_template_db_tbl.c | 300 TF_DIR_RX] = { 308 TF_DIR_RX] = { 391 .direction = TF_DIR_RX 409 .direction = TF_DIR_RX 421 .direction = TF_DIR_RX 427 .direction = TF_DIR_RX
|
| H A D | ulp_template_db_wh_plus_class.c | 145 .direction = TF_DIR_RX, 160 .direction = TF_DIR_RX, 175 .direction = TF_DIR_RX, 194 .direction = TF_DIR_RX, 205 .direction = TF_DIR_RX, 216 .direction = TF_DIR_RX, 404 .direction = TF_DIR_RX, 417 .direction = TF_DIR_RX, 436 .direction = TF_DIR_RX, 526 .direction = TF_DIR_RX, [all …]
|
| H A D | ulp_template_db_stingray_class.c | 145 .direction = TF_DIR_RX, 160 .direction = TF_DIR_RX, 175 .direction = TF_DIR_RX, 194 .direction = TF_DIR_RX, 205 .direction = TF_DIR_RX, 216 .direction = TF_DIR_RX, 404 .direction = TF_DIR_RX, 417 .direction = TF_DIR_RX, 436 .direction = TF_DIR_RX, 526 .direction = TF_DIR_RX, [all …]
|
| H A D | ulp_template_db_stingray_act.c | 52 .direction = TF_DIR_RX, 69 .direction = TF_DIR_RX, 86 .direction = TF_DIR_RX, 102 .direction = TF_DIR_RX, 118 .direction = TF_DIR_RX, 134 .direction = TF_DIR_RX, 151 .direction = TF_DIR_RX, 167 .direction = TF_DIR_RX, 183 .direction = TF_DIR_RX, 200 .direction = TF_DIR_RX, [all …]
|
| H A D | ulp_template_db_wh_plus_act.c | 52 .direction = TF_DIR_RX, 69 .direction = TF_DIR_RX, 86 .direction = TF_DIR_RX, 101 .direction = TF_DIR_RX, 117 .direction = TF_DIR_RX, 133 .direction = TF_DIR_RX, 150 .direction = TF_DIR_RX, 166 .direction = TF_DIR_RX, 182 .direction = TF_DIR_RX, 199 .direction = TF_DIR_RX, [all …]
|
| H A D | ulp_template_db.c | 655 .direction = TF_DIR_RX, 679 .direction = TF_DIR_RX, 702 .direction = TF_DIR_RX, 725 .direction = TF_DIR_RX, 748 .direction = TF_DIR_RX, 880 .direction = TF_DIR_RX, 902 .direction = TF_DIR_RX, 924 .direction = TF_DIR_RX, 946 .direction = TF_DIR_RX, 968 .direction = TF_DIR_RX, [all …]
|
| H A D | ulp_mapper.c | 105 (iparms.dir == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_resource_ident_allocate() 163 (aparms.dir == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_resource_index_tbl_alloc() 431 (res->direction == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_cache_entry_free() 450 (res->direction == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_cache_entry_free() 632 (iparms.dir == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_ident_process() 680 (tbl->direction == TF_DIR_RX) ? "RX" : "TX"); in ulp_mapper_ident_process() 2016 (sparms.dir == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_index_tbl_process() 2102 (sparms.dir == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_index_tbl_process() 2372 (iftbl_params.dir == TF_DIR_RX) ? "RX" : "TX", in ulp_mapper_if_tbl_process() 2696 for (dir = TF_DIR_RX; dir < TF_DIR_MAX; dir++) { in ulp_mapper_glb_resource_info_deinit()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_em_common.c | 56 parms.rm_db = eem_db[TF_DIR_RX]; in tbl_scope_cb_find() 540 tbl_scope_cb->em_caps[TF_DIR_RX].max_entries_supported) { in tf_em_validate_num_entries() 545 tbl_scope_cb->em_caps[TF_DIR_RX].max_entries_supported); in tf_em_validate_num_entries() 635 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY0_TABLE].num_entries = in tf_em_validate_num_entries() 637 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY0_TABLE].entry_size = in tf_em_validate_num_entries() 640 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY1_TABLE].num_entries = in tf_em_validate_num_entries() 642 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_KEY1_TABLE].entry_size = in tf_em_validate_num_entries() 645 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_RECORD_TABLE].num_entries = in tf_em_validate_num_entries() 647 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_RECORD_TABLE].entry_size = in tf_em_validate_num_entries() 650 tbl_scope_cb->em_ctx_info[TF_DIR_RX].em_tables[TF_EFC_TABLE].num_entries = 0; in tf_em_validate_num_entries()
|
| H A D | tf_if_tbl.c | 79 if_tbl_db[TF_DIR_RX] = parms->cfg; in tf_if_tbl_bind() 100 if_tbl_db[TF_DIR_RX] = NULL; in tf_if_tbl_unbind()
|
| H A D | tf_global_cfg.c | 86 global_cfg_db[TF_DIR_RX] = parms->cfg; in tf_global_cfg_bind() 107 global_cfg_db[TF_DIR_RX] = NULL; in tf_global_cfg_unbind()
|
| H A D | tf_em_host.c | 381 aparms.rm_db = eem_db[TF_DIR_RX]; in tf_em_ext_alloc() 490 fparms.rm_db = eem_db[TF_DIR_RX]; in tf_em_ext_alloc() 514 aparms.rm_db = eem_db[TF_DIR_RX]; in tf_em_ext_free()
|
| H A D | tf_util.c | 14 case TF_DIR_RX: in tf_dir_2_str()
|
| H A D | tf_core.h | 32 TF_DIR_RX, /**< Receive */ enumerator
|
| H A D | tf_tcam.c | 65 if ((tcam_cnt[TF_DIR_RX].cnt[TF_TCAM_TBL_TYPE_WC_TCAM] % 2) || in tf_tcam_bind()
|